Unity Version Control 11.0.16.10275
7 documented changes.
- Version
- 11.0.16.10275
- Released
- Jul 2, 2026
- Product
- Unity Version Control
Unity Version Control 11.0.16.10275
New
- Feature
All platforms - Desktop GUI: Switch to the reviewed branch from a code review: Added a Switch workspace to this branch to the Code Review window's header. Click it to switches the active workspace to the branch under review.
- Change
All platforms - Desktop GUI: Switch to the reviewed branch from a code review: If the review was opened without an active workspace, for instance from a Plastic link, clicking the button first opens an existing workspace for the reviewed repository, or shows a dialog to create one if none exists locally.
Bug
- Fix
All platforms - Desktop GUI: Fixed misalignment of the "Resolved in cs:X" link in the code review conversation panel: Previously, the changeset link inside the Resolved in cs:X badge in the code review conversation panel was misaligned with the surrounding text. The link now aligns correctly with the Resolved in label.
- Fix
All platforms - Desktop GUI: Fixed misaligned comment in the Attributes view details panel: The comment inside the Details panel of the Attributes view appeared vertically centered instead of aligned to the top. The comment is now top-aligned again, matching the previous layout.
- Fix
All platforms - Desktop GUI, Gluon: Fixed directories not expanding or collapsing when double-clicked: Double-clicking a collapsed directory didn't expand it, and double-clicking an expanded directory didn't collapse it. This affected tree views in several panels, including the Workspace Explorer view, Pending Changes view, and Browse Repository panels. Directories now expand and collapse correctly when double-clicked.
- Removal
macOS - UVCS tray agent: An edge case could cause two instances to run: In version 11.0.16.10255, we removed the `System Events.app` permission prompt for adding the UVCS Tray agent at user logon. Instead, we use a LaunchAgent plist file deployed in `$HOME/Library/LaunchAgents` .
- macOS
- Fix
macOS - UVCS tray agent: An edge case could cause two instances to run: However, several reboots could result in two UVCS Tray agents running at user logon. We fixed this race condition in this version: the system now checks whether the UVCS Tray app is configured through either System Settings > General > Login Items & Extensions or the presence of the `$HOME/Library/LaunchAgents/com.codicesoftware.unityvcstray.plist` file.
- macOS