8 documented changes.

Version
11.0.16.9925
Released
Feb 5, 2026
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.9925

Official notes

Bug

  1. Fix

    All clients: Fixed comment truncation from GitSync or fast-import

  2. Change

    All clients: When truncating long comments during GitSync or fast-import operations, if the truncation point fell exactly at a high surrogate character (part of a Unicode surrogate pair used for emojis and other special characters), the surrogate pair would be split. This caused later serialization to fail with an "Unable to translate Unicode character" error.

  3. Change

    All clients: We now check if the character at the truncation point is a high surrogate and reduce the length by one character to avoid splitting the pair.

  4. Change

    All platforms – Plugin for JetBrains IDEs: Compare with same repository version not working for Replaced files

  5. Change

    All platforms – Plugin for JetBrains IDEs: The "Compare with Same Repository Version" context menu option now correctly displays differences for Replaced files. Previously, this operation would show a "Cannot get revision content" error when comparing Replaced files created during branch merges.

  6. Feature

    All platforms - Desktop GUI: An item with the same key added error in tree view

  7. Fix

    All platforms - Desktop GUI: Fixed an issue in the Pending Changes tree view where multiple changes to the same file could trigger an "An item with the same key has already been added" error.

  8. Change

    All platforms - Desktop GUI: Now, multiple changes are displayed correctly.

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.