# 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