You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.description('Uninstall the specified Unity Editor version.')
273
+
.option('-e, --unity-editor <unityEditorPath>','The path to the Unity Editor executable. If unspecified, -u, --unity-version or the UNITY_EDITOR_PATH environment variable must be set.')
274
+
.option('-u, --unity-version <unityVersion>','The Unity version to get (e.g. 2020.3.1f1, 2021.x, 2022.1.*, 6000). If unspecified, then --unity-editor must be specified.')
275
+
.option('-c, --changeset <changeset>','The Unity changeset to get (e.g. 1234567890ab).')
276
+
.option('-a, --arch <architecture>','The Unity architecture to get (e.g. x86_64, arm64). Defaults to the architecture of the current process.')
0 commit comments