unienv
Helper for selecting Unity version.
Description
Installation
Install it yourself as:
$ gem install unienv
or
$ sudo gem install unienv
Usage
$ unienv [command]
commands
list
Display list of installable Unity versions.
Add --local
option, display list of installed version.
$ unienv list [master>]
5.2.0f3
5.1.3p3
5.1.3p2
5.1.3p1
5.1.2p3
5.1.2p2
5.1.2p1
install
Install Unity Editor to local that specified version.
$ sudo unienv install 5.2
$ sudo unienv install 5.1.3p2
Contributing
- Fork it ( https://github.com/fum1h1ro/unienv/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request