26 documented changes.

Version
11.0.16.10255
Released
Jun 25, 2026
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.10255

Official notes

New

  1. Change

    All platforms - Desktop GUI: Branch Explorer labels stay visible at lower zoom levels: The Branch Explorer now keeps changeset numbers (on hover), changeset comments, and branch captions visible down to 50% zoom. Below that threshold the three labels hide together, since the text is no longer legible at that scale.

  2. Change

    All platforms - Desktop GUI: Branch Explorer labels stay visible at lower zoom levels: Previously, changeset numbers and comments started hiding below 80% zoom even while still readable, and branch captions remained visible at any zoom level.

  3. Change

    All platforms - Desktop GUI: Clickable changeset and branch links in diff and code review panels: The Diff changeset by changeset detail panel now shows the full changeset properties panel in both the Branch Diff window and the Code Review branch view.

  4. Change

    All platforms - Desktop GUI: Clickable changeset and branch links in diff and code review panels: Previously, this panel showed a plain text header. Now, the changeset number is a clickable link with:

  5. Change

    All platforms - Desktop GUI: Clickable changeset and branch links in diff and code review panels: This matches the changeset properties shown in the Branch Explorer.

  6. Change

    All platforms - Desktop GUI: Clickable changeset and branch links in diff and code review panels: The Code review panel's Review entire branch and Single changeset views now use the same properties panel, so the branch or changeset name is a clickable link with the same context menu and Copy GUID button.

  7. Change

    All platforms - Desktop GUI: Clickable changeset and branch links in diff and code review panels: The Single changeset view no longer shows a gray box with a double border.

  8. Feature

    All platforms - Desktop GUI: Reviewer group members can now mark a code review status: The Mark Review button in the Code Review panel is now enabled for users who belong to a reviewer group assigned to the review, even if they are not explicitly listed as individual reviewers. Previously, the button was only enabled for users directly added to the reviewer list.

  9. Change

    All platforms - Desktop GUI: Reviewer group members can now mark a code review status: When a reviewer group member sets their status, the server adds them to the reviewer list automatically and updates the reviewer group status accordingly.

  10. Change

    All platforms - Desktop GUI: Reviewer group members can now mark a code review status: This behaviour requires an up-to-date server. When connected to an older server, if users are not already in the reviewer list, the desktop GUI shows an error message.

  11. Change

    All platforms - Desktop GUI: Automatic handling of .meta files during Add operations: When adding assets to source control in Unity projects, ancestor folders' .meta files are now automatically included in the operation. This prevents orphaned private .meta files when adding nested folder structures.

  12. Change

    All platforms - Desktop GUI: Automatic handling of .meta files during Add operations: What changed:

  13. Feature

    All platforms - Desktop GUI: Automatic handling of .meta files during Add operations: Note: This setting is enabled by default. Disabling it reverts to the previous behavior where only the asset and its ancestor folders are added, without their corresponding .meta files.

  14. Removal

    macOS - UVCS tray agent: Removed System Events.app permission prompt: Previously, the UVCS installation on macOS Tahoe ended with a prompt asking the user to enable this permission to start the UVCS tray agent on user login:

    • macOS
  15. Removal

    macOS - UVCS tray agent: Removed System Events.app permission prompt: The use is no longer prompted for permission. The UVCS tray agent is enabled on user login through a LaunchAgent plist file deployed in `$HOME/Library/LaunchAgents` .

    • macOS
  1. Change

    A right-click context menu (options: Copy, Copy link, Copy spec, Open).

  2. Change

    A Copy GUID button.

  3. Change

    A responsive details layout.

  4. Change

    The changeset comment.

All platforms - Desktop GUI: Automatic handling of .meta files during Add operations

  1. Change

    The setting Rename .meta files automatically has been renamed to Handle .meta files automatically (found in Preferences > Other options).

  2. Feature

    When enabled, the Add operation now includes .meta files for all ancestor folders being added to source control.

  3. Change

    The setting continues to control automatic .meta file handling for rename operations.

Bug

  1. Fix

    All platforms - Desktop GUI: Fixed External tool not found error when selecting a default tool: In Preferences > Diff/Merge tools, selecting the Default tool no longer fails to save with an External tool not found error.

  2. Fix

    All platforms - Desktop GUI: Fixed External tool not found error when selecting a default tool: The path-validation check now correctly recognizes the built-in Plastic GUI diff/merge tool as a valid choice.

  3. Fix

    All platforms - Server: Fixed client-side triggers not running for User-role members: In Unified Organizations, client-side triggers (such as before-clientcheckin) were silently skipped when the operating user's role was User instead of Owner or Manager.

  4. Fix

    All platforms - Server: Fixed client-side triggers not running for User-role members: The trigger list returned to the client is no longer filtered by view permission, so configured client-side triggers now run for every authenticated user in the organization. Trigger administration and single-trigger lookups continue to require the relevant permissions.

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.