Skip to content

Instantly share code, notes, and snippets.

@ikriz
Created September 11, 2020 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikriz/5e36e9acf5eab77202156c85af9d61f5 to your computer and use it in GitHub Desktop.
Save ikriz/5e36e9acf5eab77202156c85af9d61f5 to your computer and use it in GitHub Desktop.
Unity Hub Commandline Help
Commands:
editors
description: list the releases and installed editors
alias: e
example: Unity\ Hub.app/Contents/MacOS/Unity\ Hub -- --headless editors -r
options:
[default] list of available releases and installed editors on your machine combined
--releases|-r only list of available releases promoted by Unity
--installed|-i only list of installed editors on your machine
install-path
description: set/get the path where the Unity editors will be installed
alias: ip
example: Unity\ Hub.app/Contents/MacOS/Unity\ Hub -- --headless ip -s /Applications/Unity/Hub/Editor/
options:
--set|-s <path> set the install path to the given path
--get|-g returns the install path
install
description: installs a new editor either from the releases list or archive
alias: i
example: Unity\ Hub.app/Contents/MacOS/Unity\ Hub -- --headless install --version 2019.1.11f1 --changeset 9b001d489a54
options:
--version|-v <version> editor version to be installed (e.g. 2019.1.11f1) - required
--changeset|-c <changeset> changeset of the editor if it is not in the release list (e.g. 9b001d489a54)
- required if the version is not in the releases. see editors -r
--module|-m <moduleid> see install-modules for more information
install-modules
description: download and install a module (e.g. build support) to an installed editor
alias: im
example: Unity\ Hub.app/Contents/MacOS/Unity\ Hub -- --headless install-modules --version 2019.1.11f1 -m ios -m android
options:
--version|-v <version> version of the editor to add the module to - required
--module|-m <moduleid> the module id. The followings are the available values depending on version. You can specify multiple values.
Documentation: documentation
Standard Assets: standardassets
Example Project: example
Android Build Support: android
iOS Build Support: ios
tvOS Build Support: appletv
Linux Build Support: linux
SamsungTV Build Support: samsung
Tizen Build Support: tizen
WebGL Build Support: webgl
Windows Build Support: windows
Facebook Gameroom Build Support: facebook-games
MonoDevelop / Unity Debugger: monodevelop
Vuforia Augmented Reality Support: vuforia-ar
Language packs: language-ja, language-ko, language-zh-cn, language-zh-hant, language-zh-hans
Mac Build Support (IL2CPP): mac-il2cpp
Windows Build Support (Mono): windows-mono
Android SDK & NDK Tools: android-sdk-ndk-tools
Lumin OS (Magic Leap) Build Suppor: lumin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment