15 documented changes.

Version
0.1.0-beta.8
Released
Jun 25, 2026
Product
Unity CLI
Unity CLI release notes

Unity CLI 0.1.0-beta.8

Official notes

AI agent integration

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

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

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

  2. Feature

    Added an explicit `unity editors list` subcommand, matching the `list` verb used by other command groups.

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

  1. Improvement

    Updated `unity bug` to collect the same diagnostic system information as the Unity Hub bug reporter, including GPU details.

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

  3. Improvement

    Updated `unity projects clone` to download Git LFS objects after cloning.

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

  1. Fix

    Fixed `unity projects clone` storing your Git access token in the cloned repository's `.git/config` .

  2. Fix

    Fixed the CLI hanging at exit after a command finished printing its output.

  3. Fix

    Fixed the bundled Unity licensing client failing its signature check on macOS and being re-downloaded on every run.

    • macOS
  4. Fix

    Fixed `unity releases --limit` not limiting the number of releases returned.

  5. Fix

    Fixed `unity analytics` , `unity language` , and `unity config proxy` printing nothing under `--format tsv` and `--format ndjson` .

Removed

  1. Deprecation

    Removed the deprecated `unity implode` alias. Use `unity self-uninstall` instead.

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.