Unity CLI 1.0.0-beta.1
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 1.0.0-beta.1
Issues fixed
- 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.
- 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` .
- 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` .
- Fix
Fixed `unity projects list` dropping its column flags ( `-v` , `--cloud` , `--editor-version` , `--vcs` , `-m` , `--pipeline` ) when piped.
- Fix
Fixed `unity templates create` flattening dots in the stored template name, which made later lookups by name fail.
- 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
- Fix
Fixed invalid `unity upgrade --target` and `--channel` values exiting with a generic error code instead of the standard usage-error code.