Release Notes
11.0.16.9818: Nov 27 2025
Windows - plasticfs: Faster pending changes calculation
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.
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!
All platforms – Plugin for JetBrains IDEs: Fixed IDE freezes during internal operations
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.
The fix improves plugin performance by automatically excluding the temporal files from version control processing.
All platforms – Plugin for JetBrains IDEs: Diff data not loading properly with SSL connections in on-premise environments
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.
All platforms – Plugin for JetBrains IDEs: Files moved externally and then edited incorrectly shown as private
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.
All Platforms - Desktop GUI: Fixed broken documentation links
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.