Unity Version Control 11.0.16.9637
20 documented changes.
- Version
- 11.0.16.9637
- Released
- Sep 18, 2025
- Product
- Unity Version Control
Unity Version Control 11.0.16.9637
New
- Change
All platforms - Command-line client: Personal Access Tokens are now available from the command line for Cloud organizations
- Change
All platforms - Command-line client: Personal Access Tokens (PATs) allow you to authenticate non-interactive workflows (CI/CD, scripts, tools) against our Cloud service without sharing your password or compromising any other credentials.
- Change
All platforms - Command-line client: You can use the `cm accesstoken` command family to manage your tokens. The PATs feature is opt-in, and access is controlled by the organization administrator — more on that later!
- Change
All platforms - Command-line client: The process starts by creating a PAT. When using the command line (the feature is not yet available in the Cloud web portal), you must specify a description and a lifetime for the token. In this example, the token will be valid for 30 days:
- Change
All platforms - Command-line client: Once the PAT is created, you can reveal it. Revealing the PAT displays the actual token you can later use in your workflows:
- Change
All platforms - Command-line client: Users can audit their own tokens: list them, check when they were last used, and delete them. Organization administrators can audit both their own tokens and the tokens of other users in the organization.
- Change
All platforms - Command-line client: Organization administrators can also manage who has access to the PATs feature. As mentioned earlier, this is an opt-in feature rather than opt-out. This ensures that only privileged users and groups can grant access to organization data through a PAT.
- Change
All platforms - Command-line client: To grant access to the feature to all current and future users, add the special user 'all' to the allowlist:
- Removal
All platforms - Command-line client: To grant access to all users in a specific group (for example, "QA-hq"), add the group to the allowlist instead. If a user is removed from the group, they lose the privilege. Likewise, users added to the group gain the privilege.
- Change
All platforms - Command-line client: The feature is currently available only through the command line client and will soon be available in the Cloud portal. Personal Access Tokens replace the old `plasticscm.com` 's feature named "API Keys", that could be accessed from the "Edit Account" section on the old dashboard.
- Change
All platforms - Command-line client: It is worth mentioning that PATs are valid only for the account and organization they were created against, whilst the old API Keys were account-wide and granted access to all the organizations the user was a participant of.
Bug
- Fix
All platforms - Plugin for JetBrains IDEs: Fixed ` is null` error during startup
- Fix
All platforms - Plugin for JetBrains IDEs: Resolved an issue where the plugin for JetBrains IDEs could encounter a ` is null` error during the startup process. This error was caused by an unhandled exception in the file checker module, which led to the error message being written to the IDE logs and could potentially interfere with plugin initialization in certain environments. The underlying exception handling has been improved to prevent this issue from occurring, ensuring smoother startup and more reliable plugin behavior across all supported JetBrains IDEs.
- Fix
All platforms - Plugin for JetBrains IDEs: Fixed unresponsive "Nothing was found to add" dialog
- Change
All platforms - Plugin for JetBrains IDEs: This update completes an earlier fix for the "Nothing was found to add" dialog. In some cases, the dialog could still freeze the plugin and block input. We've now adjusted how dialogs are opened to follow JetBrains' recommendations for threaded processes, ensuring the dialog closes correctly or remains responsive as expected.
- Fix
All platforms - Desktop GUI: Fixed initialization of the HtmlRenderer component
- Fix
All platforms - Desktop GUI: Fixed an issue that could cause the desktop application to throw an unexpected error during startup on certain system configurations. The initialization logic has been updated to handle these edge cases gracefully, resulting in more robust application startup and improved reliability for users on all supported platforms.
- Fix
All Platforms - All clients: Fixed issue with revert operation failing due to path reused by different items
- Change
All Platforms - All clients: Previously, the revert operation for a directory would fail if the target revision attempted to load an item (file or directory) using a path already occupied by another item in the workspace.
- Change
All Platforms - All clients: The operation now successfully unloads the existing workspace item to load the item from the target revision.