49 documented changes.

Version
11.0.16.9184
Released
Feb 13, 2025
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.9184

Official notes

New

  1. Change

    All platforms - Plugin for JetBrains IDEs: IntelliJ SDK upgraded to 2022.3

  2. Change

    All platforms - Plugin for JetBrains IDEs: We have reformulated the plugin structure to make use of the IntelliJ Platform Gradle Plugin.

  3. Change

    All platforms - Plugin for JetBrains IDEs: This change allowed us to securely upgrade our plugin to offer better support for JetBrains IDEs version 2022.3 and above.

  4. Change

    All platforms - Plugin for JetBrains IDEs: The new version of the plugin is now distributed as a zip file under the plastic installation folder "client/plugins/intellij", and you can reuse this file across all your IDEs. We also include a README file with installation instructions alongside the plugin package.

  5. Change

    Windows - PlasticFS: Relocate the storage into a separate disk

    • Windows
  6. Change

    Windows - PlasticFS: By default, PlasticFS backing storage is located at %LocalAppData%\plastic4\plasticfs-storage. Now you can relocate yours into a different directory or disk.

    • Windows
  7. Change

    Windows - PlasticFS: For that, you can just create a plasticfs.conf file next to your client.conf file, also located by default at %LocalAppData%\plastic4.

    • Windows
  8. Change

    Windows - PlasticFS: Then write something like this inside the file:

    • Windows
  9. Change

    Windows - PlasticFS: The plasticfs-storage directory contains the PlasticFS shared cache among other things. The size of this subdirectory will grow as PlasticFS downloads file data on demand. If you want to move the shared cache in isolation, you can also do it, like this:

    • Windows
  10. Change

    Windows - PlasticFS: Now follow these steps:

    • Windows
  11. Change

    Windows - PlasticFS: == WARNING ==

    • Windows
  12. Fix

    Windows - PlasticFS: If you want to preserve your existing workspaces, but you didn't follow the second step correctly, a brand new storage directory will be created at the new location and you will be prompted with an error by the tray application. Don't panic! This can be fixed by stopping PlasticFS and replacing that new storage directory with the old one.

    • Windows

Windows - PlasticFS

  1. Change

    Stop the PlasticFS tray application.

  2. Change

    If you already have a plasticfs-storage directory, move it to its new location. The same goes for plasticfs-shared-cache if you want to move that one.

  3. Change

    Restart the PlasticFS tray application, so the configuration file takes effect.

Bug

  1. Fix

    All platforms - Plugin for JetBrains IDEs: Fixed error updating files with pending changes

  2. Change

    All platforms - Plugin for JetBrains IDEs: The "Update file/directory" feature has been changed to update the whole workspace instead of single items, and renamed to "Update Workspace", as this is how it should work for standard workspaces.

  3. Change

    All platforms - Plugin for JetBrains IDEs: This way the use cases are,

  4. Change

    All platforms - Plugin for JetBrains IDEs: "Error:The update operation detected conflicts. The operation cannot continue since it was run with the --dontmerge option."

  5. Change

    All platforms - Plugin for JetBrains IDEs: Annotate not supported from History revisions

  6. Change

    All platforms - Plugin for JetBrains IDEs: The Annotate operation has been allowed for revisions listed in the History view.

  7. Fix

    All platforms - Plugin for JetBrains IDEs: Fixed java.lang.NoSuchMethodError issue

  8. Deprecation

    All platforms - Plugin for JetBrains IDEs: This error was raised because of the usage of a removed feature from the "com.intellij.util" package ( `SystemProperties.getLineSeparator()` ), the usage of this reference has been replaced by `System.lineSeparator()` , which is still being supported and it's not deprecated.

  9. Change

    All platforms - Desktop GUI/Plugin: Ignore.conf is reformatted after adding a new file via the GUI

  10. Fix

    All platforms - Desktop GUI/Plugin: Fixed an issue where adding new rules caused the `ignore.conf` , `cloaked.conf` , or `hidden_changes.conf` files to be reformatted, which could result in the loss of comments.

  11. Change

    All platforms - Desktop GUI/Plugin: Now, comments are retained when updating `ignore.conf` , `cloaked.conf` , and `hidden_changes.conf` .

  12. Change

    All platforms - Desktop GUI: Show the list of changesets when diffing a hidden branch

  13. Change

    All platforms - Desktop GUI: When opening the code review of a hidden branch, the list or changesets appeared empty. The same happened when diffing a hidden branch.

  14. Change

    All platforms - Desktop GUI: Now, the changesets list of the hidden branch is properly shown.

  15. Improvement

    All platforms - Desktop GUI/Gluon: Improved shortcuts handling

  16. Fix

    All platforms - Desktop GUI/Gluon: We've resolved an issue where using certain keyboard shortcuts without a selection could cause unexpected errors.

  17. Change

    All platforms - Desktop GUI/Gluon: For example: In the labels view, pressing Ctrl + D before selecting any label would result in an error.

  18. Fix

    All Platforms - Desktop GUI: Fixed wrong Switcher Window on startup

  19. Fix

    All Platforms - Desktop GUI: We fixed an issue where the switcher window always appeared after installing the Enterprise edition over the Cloud edition.

  20. Change

    All Platforms - Desktop GUI: The problem occurred because of the client.conf file was not updating the LastRunningEdition field when certain configurations were empty.

  21. Change

    All Platforms - Desktop GUI: Now, the last used workspace is correctly remembered, and the switcher window only appears when needed.

  22. Change

    All Platforms - Desktop GUI: Properly show private directory contents

  23. Change

    All Platforms - Desktop GUI: Previously, selecting a private directory in the pending changes view, caused two issues:

  24. Fix

    All Platforms - Desktop GUI: Both issues are now resolved.

  25. Change

    All Platforms - Desktop GUI: TextEditor find popup didn't process keyboard shortcuts properly

  26. Fix

    All Platforms - Desktop GUI: Shortcuts like Cut, Paste, Select All, and others were intercepted by the diff view instead of the “Find…” popup. Now, the keyboard commands behave correctly when the “Find…” text field is focused. It also fixes tab navigation to move focus as expected.

  27. Change

    Windows - PlasticFS: The installer does not honor the PlasticFS configuration on restart

    • Windows
  28. Change

    Windows - PlasticFS: When upgrading to a different version of Unity VCS while using PlasticFS, you are asked to stop the PlasticFS tray application. So far, the installer did restart PlasticFS at the end, but it didn't do it ignoring any special configuration.

    • Windows
  29. Change

    Windows - PlasticFS: Now it will honor the settings that you set in your plasticfs.conf file.

    • Windows

All platforms - Plugin for JetBrains IDEs

  1. Change

    Update Workspace with no changes should load all the incoming changes.

  2. Change

    Update Workspace with changes and no conflicts should load all the incoming changes.

  3. Change

    Update Workspace with changes and conflicts should NOT load all the incoming changes and show this error message:

All Platforms - Desktop GUI

  1. Change

    The directory contents were not displayed in the Content Viewer.

  2. Change

    An empty side panel remained visible on the left.

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.