Unity CLI 0.1.0-beta.7
31 documented changes.
- Version
- 0.1.0-beta.7
- Released
- Jun 16, 2026
- Product
- Unity CLI
Unity CLI 0.1.0-beta.7
Licensing
- Feature
Added `unity license` ( `unity license list` ) to display active Unity licenses on the current machine, including product, license type, organization, and expiration date.
- Feature
Added `unity license status` to display licensing status, sign-in state, and active license information.
- Feature
Added `unity license activate` to activate licenses through serial, Personal, floating, offline file, or offline request workflows.
- Feature
Added `unity license return` to return active licenses and free associated seats.
- Feature
Added `unity license server status` and `unity license server list` to display floating license server status and availability.
Project management and source control
- Feature
Added `unity projects clone` to clone and register Unity projects from GitHub, GitLab, and Unity Version Control repositories.
- Feature
Added support for branch, commit, and changeset selection during project cloning.
- Feature
Added `unity projects link vcs` and `unity projects unlink vcs` to connect or disconnect projects from source control repositories.
- Feature
Added source control options to `unity projects create` and `unity projects link vcs` , including repository visibility, default branch, Git LFS, and Unity Version Control region settings.
Hub and Editor management
- Feature
Added `unity hub install` to install Unity Hub.
- Feature
Added support for architecture selection, silent installation, version selection, and installer signature verification.
- Feature
Added `unity editors path ` to display the installation path of an installed Editor.
Build automation
- Feature
Added Android signing options to `unity build` , including keystore, signing key, version code, symbol generation, and target SDK configuration.
- Android
- Feature
Added support for exporting Android builds as APK, Android App Bundle (AAB), or Android Studio projects.
- Android
- Feature
Added validation for Android signing parameters and warnings when sensitive information is provided through command-line arguments.
- Android
Testing
- Feature
Added `unity test [project]` to run Edit Mode and Play Mode tests through the Unity Editor test runner in batch mode.
- Feature
Added support for NUnit XML test reports through the `--output` option. The default output file is `test-results.xml` .
- Feature
Added support for `--mode` , `--filter` , `--editor-version` , `--editor-path` , `--architecture` , `--allow-install` , and `--timeout` options.
- Feature
Added support for the `UNITY_TEST_TIMEOUT` environment variable.
- Feature
Added exit code `6` when test execution completes but one or more tests fail.
CLI behavior
- Feature
Added a dedicated `cli-log.json` log file for Unity CLI.
- Improvement
Updated `unity logs` , `unity bug` , and `unity doctor` to use CLI-specific logs.
- Feature
Added a branded Unity header for interactive CLI entry points, including `unity` , `unity help` , and `unity --help` .
- Improvement
Updated the CLI to display usage information and return exit code `0` when users run `unity` without arguments.
Issues fixed
- Fix
Fixed an issue where module installers always used the same installation command instead of honoring module-specific installation parameters.
- Fix
Fixed an issue where `--format ndjson` was not supported by `unity projects list` and `unity modules list` .
- Fix
Fixed an issue where `unity bug` could fail with an HTTP 400 error.
- Fix
Fixed table output that could truncate identifier columns when terminal width was limited.
- Fix
Hardened terminal output against control-character and escape-sequence injection from server-provided values.
- Fix
Fixed session-state reporting in `unity doctor` and `unity cloud status` to match `unity auth status` .
- Fix
Fixed architecture detection on Windows Arm64 systems running x64 emulation.
- Windows