Unity Version Control 11.0.16.9523
18 documented changes.
- Version
- 11.0.16.9523
- Released
- Jul 10, 2025
- Product
- Unity Version Control
Unity Version Control 11.0.16.9523
New
- Change
All platforms: Faster checkout for thousands of files
- Improvement
All platforms: We've significantly improved checkout performance when handling large numbers of files. Files are now grouped by their parent directory and processed in batches, reducing overhead and speeding things up.
- Change
All platforms: In our tests, checking out 15,000 files from the same directory in the Desktop GUI dropped from 30 seconds to just 3 seconds—a 10x improvement. (Tested on a modern Windows machine with a 10th-gen Intel i9 CPU and SSD).
- Windows
- Change
All platforms: Faster status (pending changes)
- Change
All platforms: Good news: Pending changes status updates are now 3-4 times faster! You'll experience the biggest boost in speed after a machine restart, for the very first calculation on any Unity Version Control client, and with every calculation on the command-line interface (CLI).
- Change
All platforms: This enhancement will especially benefit users running Unreal Engine 5 projects with One File Per Actor (OFPA) enabled, along with those who manage large workspaces that can contain hundreds of thousands of directories.
- Change
All platforms - Desktop GUI and Gluon: Pending Changes Status in the Top Bar
- Change
All platforms - Desktop GUI and Gluon: We've introduced a new mechanism that monitors your pending changes and updates the status overlay in the top bar. The working object icon now clearly displays a blue dot overlay when pending changes are detected, making it easier to track work that needs to be committed.
Bug
- Change
All platforms - Server: LDAP groups are not always identified as groups
- Change
All platforms - Server: When using an LDAP server, some groups were wrongly identified as users instead. This can happen with some LDAP providers like OpenLDAP.
- Fix
All platforms - Server: We fixed that, and now they are properly told apart.
- Change
All platforms - Desktop GUI: LDAP user names weren't shown in the 'Changeset colors' panel
- Change
All platforms - Desktop GUI: When using LDAP, user SIDs were shown instead of their names in the 'Changeset colors' panel, located in the Branch Explorer.
- Feature
All platforms - Desktop GUI: We changed this to shown the actual name of the user. If you already have some users added there, you can remove the entries and add them again so the display name gets updated.
- Fix
All platforms - Desktop GUI: Fixed closing the ephemeral notification banner
- Change
All platforms - Desktop GUI: The app showed a "A task was cancelled" error after manually closing the notification banner.
- Change
All platforms - Desktop GUI: Branch Explorer runs 'before-merge' trigger when there are incoming changes
- Fix
All platforms - Desktop GUI: When you are not on the head of a branch, refreshing the Branch Explorer used to execute the 'before-merge' triggers. We fixed that: now you have to actually press the 'View' button in the toolbar.