16 documented changes.

Version
11.0.16.9713
Released
Oct 23, 2025
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.9713

Official notes

New

  1. Improvement

    All Platforms – All Clients: Improved profiles.conf behavior

  2. Improvement

    All Platforms – All Clients: We've enhanced the client so that any changes made to your profiles.conf file are now detected instantly—no need to restart the application.

  3. Change

    All Platforms – All Clients: This means you can add new profiles from multiple clients simultaneously (cli, desktop apps), without worrying about overwriting each other's work.

  4. Change

    All Platforms – All Clients: To further simplify profile management, we now enforce a one-profile-per-server rule. Previously, it was possible to store multiple profiles for a single server, even though only one would be used, which could lead to confusion. With this update, the server name is used as the unique profile identifier, eliminating random suffixes and ensuring the correct profile is always active.

  5. Change

    All Platforms – All Clients: Please note: At this time, only one account per organization or server is supported.

Bug

  1. Fix

    All Platforms - Desktop GUI: Fixed spacing in release notes

  2. Change

    All Platforms - Desktop GUI: Release notes displayed in the New Version dialog now include proper line breaks between entries. This improves readability and ensures each note is clearly separated.

  3. Change

    All Platforms - Desktop GUI: Diff viewer scroll sync issue

  4. Fix

    All Platforms - Desktop GUI: Fixed an issue in the diff viewer where scrolling would remain at the bottom after navigating to the first line using keyboard shortcuts (e.g., Ctrl+Home). Scrolling and diff alignment now work correctly when moving the caret, ensuring both Text Editors stay in sync.

  5. Change

    All platforms - Plugin for JetBrains IDEs: Avoid errors for temporary IDE sandbox files

  6. Change

    All platforms - Plugin for JetBrains IDEs: Temporary sandbox files (for example, idea-sandbox) were sometimes detected as new and the plugin attempted to add them, causing failed adds for files that live outside VCS-controlled folders. The plugin now skips automatic adds when a file is not purely private. Move/check work runs on a background thread without showing a progress UI, and UI refreshes run on the EDT; normal VCS behavior for files under control is unchanged.

  7. Change

    All platforms - Plugin for JetBrains IDEs: Users should no longer see spurious "The item [path] does not exist in the workspace" errors for temporary sandbox files, nor the distracting progress indicator or related VCS messages during build/debug cycles.

  8. Change

    All platforms - Plugin for JetBrains IDEs: Diff panel handles deleted binary files without error

  9. Change

    All platforms - Plugin for JetBrains IDEs: Selecting a deleted binary file in Pending Changes previously caused the Diff panel to throw a NullPointerException because the plugin attempted to load a missing Revision/workspace info. The Diff panel now skips loading content for deleted binary revisions and displays a clear message instead of crashing.

  10. Fix

    All platforms - Plugin for JetBrains IDEs: Fixed Cannot init component state VcsOperationLog on startup

  11. Change

    All platforms - Plugin for JetBrains IDEs: Now plugin no longer throws Cannot init component state (componentName=VcsOperationLog) exception on startup; persisted offline operations are handled robustly and safely.

Pick your Unity version

Unity Releases compares releases against the version your project is on. Picking it now keeps Compare versions focused on what changes between where you are and where you might be going.