Project

wooga_uvm

0.01
No release in over 3 years
Low commit activity in last 3 years
A command line utility to help manage multiple versions of unity on the same machine.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

unity version manager

A script that just manipulates a link to the current unity version to save a small amount of sanity

TravisCode ClimateCode ClimateCode ClimatelicenseGitHub release

Setup

install with brew

brew tap wooga/tools
brew install wooga/unity-version-manager

Usage

Commands:
uvm current
uvm list
uvm use <version>
uvm install <version> (([--android] [--ios] [--webgl] | [--mobile]) ([--linux] [--windows] | [--desktop]) | [-a | --all])
uvm uninstall <version> (([--android] [--ios] [--webgl] | [--mobile]) ([--linux] [--windows] | [--desktop]) | [-a | --all])
uvm clear
uvm detect
uvm launch [<project-path>] [<platform>]
uvm versions
uvm version
uvm (-h | --help)
uvm --version
  
Options:
--version         print version
-h, --help        show this help message and exit
-a, --all         list all versions or install all support packages
--android         install android support for editor
--ios             install ios support for editor
--webgl           install webgl support for editor
--mobile          install mobile support (android, ios, webgl)
--linux           install linux support for editor
--windows         install windows support for editor
--desktop         install desktop support (linux, windows)

Commands:
clear             Remove the link so you can install a new version without overwriting
current           Print the current version in use
detect            Find which version of unity was used to generate the project in current dir
help              Describe available commands or one specific command
launch            Launch the current version of unity
list              list unity versions available
versions          list unity versions available to download
use               Use specific version of unity
install           Install specified unity version

MIT License

Copyright (C) 2016 Wooga