The first 1.0 beta of the Unity CLI. This release marks the move to 1.0 versioning and rolls up the functionality shipped across the 0.1.0 betas.

Version
1.0.0-beta.1
Released
Jun 30, 2026
Product
Unity CLI
Unity CLI release notes

Unity CLI 1.0.0-beta.1

Official notes

Issues fixed

  1. Fix

    The CLI no longer logs your OAuth access token or Hub session ID in plaintext. Editor-launch commands previously wrote them to the log file that `unity logs` , `unity doctor` , and `unity bug` read; they're now redacted.

  2. Fix

    Fixed detail commands printing nothing under `--format tsv` and `--format ndjson` , including `unity editors info` , `unity config update-check` , `unity pipeline install` , `unity license activate` , and `unity upgrade --dry-run` .

  3. Fix

    Fixed `unity run` and `unity test` mixing the Editor's batch-mode output into machine-readable output. Under `--format json` and `--format ndjson` , the Editor's output goes to `stderr` so the result is the only thing on `stdout` .

  4. Fix

    Fixed `unity projects list` dropping its column flags ( `-v` , `--cloud` , `--editor-version` , `--vcs` , `-m` , `--pipeline` ) when piped.

  5. Fix

    Fixed `unity templates create` flattening dots in the stored template name, which made later lookups by name fail.

  6. Fix

    Fixed `unity editors --installed` hanging on Windows right after an install when antivirus scanning or a file lock delayed reading the Editor executable.

    • Windows
  7. Fix

    Fixed invalid `unity upgrade --target` and `--channel` values exiting with a generic error code instead of the standard usage-error code.

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.