Unity Version Control 11.0.16.10216
9 documented changes.
- Version
- 11.0.16.10216
- Released
- Jun 10, 2026
- Product
- Unity Version Control
Unity Version Control 11.0.16.10216
New
- Change
All platforms - Desktop GUI: Context menu on object links: Right-click a changeset, branch, or label link in the Properties panel header to show a context menu with four new options:
- Change
All platforms - Desktop GUI: Context menu on object links: The menu is available wherever these links appear, including the Branch Explorer, Branches and Changesets views, diffs of objects and history revisions.
- Change
All platforms - Desktop GUI: Embedded diff viewer in Branches and Changesets views: The Branches view and Changesets view can now show file diffs inline in their Details panel, matching the experience already available in the Branch Explorer. Select Differences in the Details panel to reveal the embedded viewer below the diff tree. Select a file in the tree to refresh its content.
- Fix
All platforms: Upgrade Plastic Desktop and Gluon to Avalonia 11.3: Upgraded our GUI applications so now they use Avalonia 11.3, which provides UI improvements and fixes.
All platforms - Desktop GUI: Context menu on object links
- Change
Copy: Copies the full text shown in the link to the clipboard.
- Change
Copy link: Copies a shareable "Plastic Link".
- Change
Copy spec: Copies the full spec of the selected object.
- Change
Open: Navigates to the selected object.
Bug
- Change
macOS - Gluon: Cmd+X (cut) now works in the Workspace Explorer: Previously, pressing Cmd+X in the Workspace Explorer view on macOS did nothing. The shortcut now performs the cut action correctly.
- macOS