Sha256: ec362dce5d74fa482aae0a73420099865f8b7f04a774d16448821ed5f6f48cfd
Contents?: true
Size: 714 Bytes
Versions: 3
Compression:
Stored size: 714 Bytes
Contents
# unity version manager A script that just manipulates a link to the current unity version to save a small amount of sanity ## Setup _install with brew_ ```bash brew tap wooga/tools brew install wooga/unity-version-manager ``` _install with ruby gems_ ```bash gem install wooga_uvm ``` ## Usage ```bash Commands: uvm current # Print the current version in use uvm detect # Find which version of unity was used to generate the project in current dir uvm help [COMMAND] # Describe available commands or one specific command uvm list # list unity versions available uvm use VERSION # Use specific version of unity ``` ## MIT License Copyright (C) 2016 Wooga
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wooga_uvm-1.0.0 | README.md |
wooga_uvm-0.3.2 | README.md |
wooga_uvm-0.3.1 | README.md |