Project

unienv

0.0
No commit activity in last 3 years
No release in over 3 years
Unity Editor installer
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0
>= 0

Runtime

 Project Readme

unienv

Helper for selecting Unity version.

Gem 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

  1. Fork it ( https://github.com/fum1h1ro/unienv/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request