76 documented changes.

Version
11.0.16.6979
Released
May 19, 2022
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.6979

Official notes

New

  1. Change

    Windows - Plastic: file plastic links now open in GluonX

    • Windows
  2. Change

    Windows - Plastic: Opening a file plastic link will now launch GluonX rather than Gluon.

    • Windows
  3. Change

    All platforms - Cloud server: Now the Plastic SCM Cloud Server won't abort write operations if there is a backup in progress.

  4. Change

    All platforms - Cloud server: There is a small chance that the Cloud server can start backing up one of your repositories while you are working on it. This chance is small because the Cloud server analyzes repository usage tendencies to predict the best time to backup data without interrupting your work. However, no prediction is perfect. If you encountered that unfortunate scenario you are familiar with this error message:

  5. Fix

    All platforms - Cloud server: This is now fixed. If you try to perform a write operation on a repository that is undergoing a backup, your operation will wait a grace period for the backup to finish before throwing an error back to you.

  6. Change

    All platforms - GluonX: New GUI announcement

  7. Change

    All platforms - GluonX: We are happy to announce that our new, cross-platform, GUI for artists, "GluonX", is now the default on all platforms.

  8. Change

    All platforms - GluonX: GluonX has all the functionality of the legacy Gluon applications across all platforms wrapped in a modern new interface. It also includes support for changelists in the Check-in view, and easy switching between light and dark modes.

  9. Change

    All platforms - GluonX: Here's how it looks in dark mode:

  10. Change

    All platforms - GluonX: Note, you can switch back to the legacy GUI at any time by selecting the option from the menu:

  11. Change

    IDEA Plugin: IntelliJ IDEA 2022 support

  12. Improvement

    IDEA Plugin: We've updated our plugin and it supports IntelliJ IDEA 2022.x now!

Bug

  1. Change

    All platforms - Partial update fails when a file…: All platforms - Partial update fails when a file was replaced

  2. Feature

    All platforms - Partial update fails when a file…: If a file was moved somewhere else and a second file with the same path was then added, going back and trying to do a partial update over a third file would fail to apply all changes and an error message was shown.

  3. Fix

    All platforms - Partial update fails when a file…: Now it is fixed.

  4. Change

    Windows - Jenkins: The command line client used by the plugin couldn't run.

    • Windows
  5. Fix

    Windows - Jenkins: The Jenkins plugin automatically downloads a Plastic SCM command line client bundle to perform VCS operations. But the application ("cm.exe") didn't start properly due to a missing .dll file. Fixed.

    • Windows

Alpha new

  1. Fix

    All platforms - PlasticX, GluonX: fixes and added new keyboard shortcuts

  2. Change

    All platforms - PlasticX, GluonX: PlasticX:

  3. Change

    All platforms - PlasticX, GluonX: GluonX:

  4. Change

    All platforms - PlasticX, GluonX: Spacebar to check/uncheck items

  5. Change

    All platforms - PlasticX, GluonX: Check/Uncheck all selected nodes from tree views with checkable items on spacebar key down.

  6. Change

    Windows - PlasticX: Dynamic Workspaces configuration

    • Windows
  7. Feature

    Windows - PlasticX: A new tab option has been added for "Dynamic workspaces" in the Preferences window. This new view contains the status of the plasticfs process (running/not running) and allows user to install this feature if it's not running. Turning on the plasticfs, the dynamic workspaces functionality is automatically enabled and ready to be used.

    • Windows
  8. Change

    Windows - PlasticX: Link to the video: https://imgur.com/cnSpjPl

    • Windows
  9. Change

    All platforms - PlasticX: file plastic links now open in GluonX

  10. Change

    All platforms - PlasticX: Opening a file plastic link will now launch GluonX rather than Gluon.

  11. Improvement

    All platforms - Plastic, Gluon: Improved enterprise edition onboarding

  12. Change

    All platforms - Plastic, Gluon: We unified the onboardings in the cloud and enterprise edition. Now both use the same view, and you can connect to an on-premises server or to a cloud server from both editions. This is how it looks:

  13. Change

    All platforms - PlasticX: Compact the UI.

  14. Change

    All platforms - PlasticX: Reduce the overall margins/paddings to make the UI a little bit more compact, so more content is visible in the display. We compacted the following UI elements.

  15. Change

    All platforms - PlasticX, GluonX: handle .meta files

  16. Change

    All platforms - PlasticX, GluonX: Selecting an asset for check-in in the Pending Changes view in PlasticX and the Check-in view in GluonX will now automatically selected the associated .meta file too. This also applies to the Incoming changes view and the Workspace Configuration view of GluonX.

  17. Change

    Windows - Command-line client: Symlinks are now supported

    • Windows
  18. Fix

    Windows - Command-line client: We added support for symlinks on Windows! The long awaited feature is now here for command line only (GUI fixes coming soon).

    • Windows
  19. Change

    Windows - Command-line client: == WHAT IS NEW ==

    • Windows
  20. Change

    Windows - Command-line client: Symlinks created previously on Linux and macOS were replaced on Windows by placeholder text files containing the linked path.

    • Windows
    • macOS
    • Linux
  21. Change

    Windows - Command-line client: Now, the Plastic command line supports Windows symlinks as well.

    • Windows
  22. Change

    Windows - Command-line client: == REQUIREMENTS ==

    • Windows
  23. Change

    Windows - Command-line client: To create symlinks, Windows 10 build 14972 or newer is required. You also need to enable Developer Mode (https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development).

    • Windows
  24. Change

    Windows - Command-line client: == HOW TO ENABLE THE FEATURE ==

    • Windows
  25. Change

    Windows - Command-line client: Symlink support will be enabled by default in forthcoming versions. For now, you can add the following key to your client.conf:

    • Windows
  26. Change

    Windows - Command-line client: Note 1: GUI support is still in progress. By enabling the feature and using symlinks you might experience glitches in the GUI.

    • Windows
  27. Change

    Windows - Command-line client: Note 2: PlasticFS still does not support symlinks and this feature might interfere with its proper behavior. You might need to mount your workspace right under a volume specifier. For instance:

    • Windows
  28. Change

    Windows - Command-line client: Note 3: If you enable this feature, symlinks placeholders will eventually be promoted as private files. If you still have any in your workspace, you can remove them and let Plastic to recreate them as actual symlinks.

    • Windows
  29. Change

    Windows - Command-line client: Note 4: If you disable this feature, dangling symlinks in your workspace might deceive the Plastic client. Remember to erase them immediately after.

    • Windows
  30. Change

    Windows - Command-line client: == HOW TO CREATE SYMLINKS ON WINDOWS ==

    • Windows
  31. Change

    Windows - Command-line client: You can use the same Plastic commands and options you would use on Linux or macOS:

    • Windows
    • macOS
    • Linux

All platforms - PlasticX, GluonX

  1. Feature

    Pending Changes View: added missing keyboard shortcut for "Checkout"

  2. Feature

    History Panel: Added new keyboard shortcuts in HistoryPanel, for Open and Diff with previous revision

  3. Feature

    Browse Repository: Added new keyboard shortcuts in "Browse repository in this label" and "Browse repository in this changeset", for "Open", "Diff with previous revision" and "View History"

  4. Fix

    Workspace Explorer View: fixed existing keyboard shortcuts not working, added events

  5. Feature

    Workspace Explorer View: added missing keyboard shortcut for "Add to source control"

  6. Feature

    Workspace Explorer View: added missing keyboard shortcut for "Add directory tree to source control"

  7. Feature

    Workspace Explorer View: added missing keyboard shortcut for "Undo checkout"

  8. Fix

    Workspace Explorer View: fixed open in explorer name ("Open in explorer" in Windows/Linux,"Reveal in Finder" in Mac)

    • Windows
    • macOS
    • Linux
  9. Feature

    Workspace Explorer View: added missing keyboard shortcut for "Open in explorer"

  10. Fix

    Checkin View: fixed open in explorer name ("Open in explorer" in Windows/Linux, "Reveal in Finder" in Mac)

    • Windows
    • macOS
    • Linux
  11. Feature

    Checkin View: added missing keyboard shortcut for "Open in explorer"

  12. Feature

    Checkin View: added missing keyboard shortcut for "Checkout"

  13. Feature

    History Panel: Added new keyboard shortcuts in HistoryPanel, for Open and Diff with previous revision

All platforms - PlasticX

  1. Change

    PlasticX/GluonX: Compact the TreeDataGrid node height.

  2. Change

    PlasticX/GluonX: Compact the Switch Workspace button paddings.

  3. Change

    PlasticX/GluonX: Compact the PlasticX Topbar height.

  4. Change

    PlasticX/GluonX: Compact the Home view toolbar panels.

  5. Change

    PlasticX: Compact the left SideBar item height.

  6. Change

    GluonX: Compact the Tab bar.

  7. Improvement

    Link to ignore/hidden help was broken, replaced with an updated one.

  8. Improvement

    Link to recursive merge help was broken, replaced with an updated one.

Alpha bug

  1. Fix

    All platforms - PlasticX: fixes in GUI help

  2. Fix

    All platforms - PlasticX: Fixed broken links in GUI help

  3. Fix

    All platforms - PlasticX: Fixed "You can also customize the query by clicking Advanced" links in Changesets View and Labels View help, the links now works correctly

  4. Fix

    All platforms - PlasticX: Fixed an "unexpected error" in the diff view.

  5. Fix

    All platforms - PlasticX: During the view initialization, sometimes clicking the diff view raised an "An unexpected error has occurred". Now it's fixed.

  6. Fix

    All platforms - Gluon: Corrected text to switch to Plastic

  7. Fix

    All platforms - Gluon: In the top right menu of Gluon there's an option to switch to the Plastic SCM GUI. When opening the menu from the home view, the text of this option said "Switch to Gluon", which was incorrect. We fixed this issue:

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.