Unity Version Control
View Unity Version ControlUnity Version Control 11.0.16.9396
7 documented changes.
- Version
- 11.0.16.9396
- Released
- May 8, 2025
- Product
- Unity Version Control
Unity Version Control 11.x release notes
Official notesUnity Version Control 11.0.16.9396
Bug
- Fix
All platforms - Plugin for JetBrains IDEs: Fixed diff operation for unity organizations
- Fix
All platforms - Plugin for JetBrains IDEs: We fixed an issue provoking the diff panel to fail loading the content of a remote revision under certain conditions.
- Change
Server: Restore cm find ability to return parent changesets along with hidden branches
- Change
Server: Let's say we have the following changesets:
- Change
Server: You could retrieve the parent of the changeset 43 with the following command:
- Change
Server: However, if you hid any other branch in the repository at some point, the same command would wrongly return the grandparent changeset:
- Fix
Server: We fixed this error so it works properly no matter what.