Unity Version Control 11.0.16.9925
8 documented changes.
- Version
- 11.0.16.9925
- Released
- Feb 5, 2026
- Product
- Unity Version Control
Unity Version Control 11.0.16.9925
Bug
- Fix
All clients: Fixed comment truncation from GitSync or fast-import
- 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.
- 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.
- Change
All platforms – Plugin for JetBrains IDEs: Compare with same repository version not working for Replaced files
- 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.
- Feature
All platforms - Desktop GUI: An item with the same key added error in tree view
- 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.
- Change
All platforms - Desktop GUI: Now, multiple changes are displayed correctly.