Unity Version Control 11.0.16.9818
12 documented changes.
- Version
- 11.0.16.9818
- Released
- Nov 27, 2025
- Product
- Unity Version Control
Unity Version Control 11.0.16.9818
New
- Change
Windows - plasticfs: Faster pending changes calculation
- Windows
- Change
Windows - plasticfs: We have significantly sped up the pending change calculations, drastically improving the speed of both cm status and the Pending Changes view in dynamic workspaces.
- Windows
- Change
Windows - plasticfs: On a medium-large dynamic workspace (over 10,000 directories and 60,000 files), cm status is now up to 68% faster than in the previous version!
- Windows
Bug
- Fix
All platforms – Plugin for JetBrains IDEs: Fixed IDE freezes during internal operations
- Fix
All platforms – Plugin for JetBrains IDEs: Fixed random IDE freezes that could occur during internal operations. The issue was caused by the plugin executing unnecessary version control operations on files that shouldn't be processed.
- Improvement
All platforms – Plugin for JetBrains IDEs: The fix improves plugin performance by automatically excluding the temporal files from version control processing.
- Change
All platforms – Plugin for JetBrains IDEs: Diff data not loading properly with SSL connections in on-premise environments
- Change
All platforms – Plugin for JetBrains IDEs: The plugin now correctly loads diff data when the server connection is configured via SSL under an on-premise environment. Previously, when modifying files from Rider, the previous revision data (left side) was not loaded in the diff view. This occurred because for SSL connections, the revspec format includes the "ssl://" prefix and port with the ":" character.
- Change
All platforms – Plugin for JetBrains IDEs: Files moved externally and then edited incorrectly shown as private
- Improvement
All platforms – Plugin for JetBrains IDEs: Files moved or renamed outside the IDE (e.g., using file explorer) and then edited within the IDE are now correctly displayed as changed (blue) in the Changes list instead of incorrectly showing as private (red). The plugin now properly detects external file moves/renames and executes the move command to maintain the file's controlled status. Additionally, rollback operations have been optimized to refresh only affected file revisions instead of the entire project structure, providing significant performance improvements for large projects.
- Fix
All Platforms - Desktop GUI: Fixed broken documentation links
- Improvement
All Platforms - Desktop GUI: We've updated the Desktop GUI to resolve a couple of broken "Learn more" links and ensure all help references point to the current Unity Version Control documentation. This includes correcting outdated references related to smart locks and dynamic workspaces so that users are taken to accurate, maintained guidance.