31 documented changes.

Version
0.1.0-beta.7
Released
Jun 16, 2026
Product
Unity CLI
Unity CLI release notes

Unity CLI 0.1.0-beta.7

Official notes

Licensing

  1. Feature

    Added `unity license` ( `unity license list` ) to display active Unity licenses on the current machine, including product, license type, organization, and expiration date.

  2. Feature

    Added `unity license status` to display licensing status, sign-in state, and active license information.

  3. Feature

    Added `unity license activate` to activate licenses through serial, Personal, floating, offline file, or offline request workflows.

  4. Feature

    Added `unity license return` to return active licenses and free associated seats.

  5. Feature

    Added `unity license server status` and `unity license server list` to display floating license server status and availability.

Project management and source control

  1. Feature

    Added `unity projects clone` to clone and register Unity projects from GitHub, GitLab, and Unity Version Control repositories.

  2. Feature

    Added support for branch, commit, and changeset selection during project cloning.

  3. Feature

    Added `unity projects link vcs` and `unity projects unlink vcs` to connect or disconnect projects from source control repositories.

  4. 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

  1. Feature

    Added `unity hub install` to install Unity Hub.

  2. Feature

    Added support for architecture selection, silent installation, version selection, and installer signature verification.

  3. Feature

    Added `unity editors path ` to display the installation path of an installed Editor.

Build automation

  1. Feature

    Added Android signing options to `unity build` , including keystore, signing key, version code, symbol generation, and target SDK configuration.

    • Android
  2. Feature

    Added support for exporting Android builds as APK, Android App Bundle (AAB), or Android Studio projects.

    • Android
  3. Feature

    Added validation for Android signing parameters and warnings when sensitive information is provided through command-line arguments.

    • Android

Testing

  1. Feature

    Added `unity test [project]` to run Edit Mode and Play Mode tests through the Unity Editor test runner in batch mode.

  2. Feature

    Added support for NUnit XML test reports through the `--output` option. The default output file is `test-results.xml` .

  3. Feature

    Added support for `--mode` , `--filter` , `--editor-version` , `--editor-path` , `--architecture` , `--allow-install` , and `--timeout` options.

  4. Feature

    Added support for the `UNITY_TEST_TIMEOUT` environment variable.

  5. Feature

    Added exit code `6` when test execution completes but one or more tests fail.

CLI behavior

  1. Feature

    Added a dedicated `cli-log.json` log file for Unity CLI.

  2. Improvement

    Updated `unity logs` , `unity bug` , and `unity doctor` to use CLI-specific logs.

  3. Feature

    Added a branded Unity header for interactive CLI entry points, including `unity` , `unity help` , and `unity --help` .

  4. Improvement

    Updated the CLI to display usage information and return exit code `0` when users run `unity` without arguments.

Issues fixed

  1. Fix

    Fixed an issue where module installers always used the same installation command instead of honoring module-specific installation parameters.

  2. Fix

    Fixed an issue where `--format ndjson` was not supported by `unity projects list` and `unity modules list` .

  3. Fix

    Fixed an issue where `unity bug` could fail with an HTTP 400 error.

  4. Fix

    Fixed table output that could truncate identifier columns when terminal width was limited.

  5. Fix

    Hardened terminal output against control-character and escape-sequence injection from server-provided values.

  6. Fix

    Fixed session-state reporting in `unity doctor` and `unity cloud status` to match `unity auth status` .

  7. Fix

    Fixed architecture detection on Windows Arm64 systems running x64 emulation.

    • Windows

Pick your Unity version

Unity Releases compares releases against the version your project is on. Picking it now keeps Compare versions focused on what changes between where you are and where you might be going.