Unity CLI 0.1.0-beta.8
15 documented changes.
- Version
- 0.1.0-beta.8
- Released
- Jun 25, 2026
- Product
- Unity CLI
Unity CLI 0.1.0-beta.8
AI agent integration
- Feature
Added `unity mcp` to start a Model Context Protocol (MCP) server, built into the `unity` binary, that exposes the commands of a connected Unity Editor as MCP tools. AI agent clients connect over `stdio` and can list and run those commands.
- Feature
Added `unity mcp configure ` to register the Unity MCP server in an AI agent's configuration in one step, for 16 supported clients including Claude, Claude Code, Cursor, and VS Code. Only the Unity entry is written; every other key in the file is preserved.
Editor management
- Feature
Added `unity editors upgrade [editor]` to upgrade an installed Editor to the newest official patch in its same `major.minor` line, carrying the Editor's installed modules over to the new patch. Supports `--all` , `--dry-run` , `--replace` , and module and architecture flags.
- Feature
Added an explicit `unity editors list` subcommand, matching the `list` verb used by other command groups.
- Feature
Added an "Upgrade to" column to `unity editors list --installed` that flags installed Editors with a newer patch available in their line.
CLI behavior
- Improvement
Updated `unity bug` to collect the same diagnostic system information as the Unity Hub bug reporter, including GPU details.
- Improvement
Updated the Unity CLI and the Unity Hub to store their sign-in credentials separately, so each can stay signed in as a different account.
- Improvement
Updated `unity projects clone` to download Git LFS objects after cloning.
- Feature
Added a background check for a newer `unity` version with an unobtrusive update notice. Turn it off with `unity config update-check off` or the `UNITY_NO_UPDATE_CHECK` environment variable.
Issues fixed
- Fix
Fixed `unity projects clone` storing your Git access token in the cloned repository's `.git/config` .
- Fix
Fixed the CLI hanging at exit after a command finished printing its output.
- Fix
Fixed the bundled Unity licensing client failing its signature check on macOS and being re-downloaded on every run.
- macOS
- Fix
Fixed `unity releases --limit` not limiting the number of releases returned.
- Fix
Fixed `unity analytics` , `unity language` , and `unity config proxy` printing nothing under `--format tsv` and `--format ndjson` .
Removed
- Deprecation
Removed the deprecated `unity implode` alias. Use `unity self-uninstall` instead.