19 documented changes.

Version
11.0.16.7739
Released
Jan 26, 2023
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.7739

Official notes

New

  1. Change

    All Platforms - Gluon/GluonX: Incoming Changes only checks-out local changes involved in conflicts.

  2. Change

    All Platforms - Gluon/GluonX: Before, the Incoming Changes applied all the local changes in the workspace before running the operation. It didn't matter whether these local changes were in conflict with the changes to update/merge or not.

  3. Change

    All Platforms - Gluon/GluonX: This could end up locking exclusively some files that were only locally modified (unrelated to update operation) and preventing other users to modify those files due to an undesired lock.

  4. Change

    All Platforms - Gluon/GluonX: Now, only the local changes that are in conflict with the server changes to update/merge are applied in the workspace.

  5. Improvement

    Command-line client: Partial update command improved for automation

  6. Change

    Command-line client: Several adjustments have been made to the partial update command:

  7. Change

    All platforms - Plastic: Diff images available for binmerge tool

  8. Change

    All platforms - Plastic: Now you can specify two arguments to the "plasticgui binmerge" command, the source and the destination contributors, to diff them instead of performing a merge. Both files must be images:

  9. Change

    All Platforms - Plastic: SemanticMerge match/unmatch

  10. Change

    All Platforms - Plastic: Ported match/unmatch functionality to new GUI for SemanticMerge.

Command-line client

  1. Change

    There was no `--xml` option in the partial update command. Now it is available.

  2. Change

    `--xml` option can be used in a pipeline.

  3. Change

    Using the `--xml` option implies `--silent` . Informative output gets trimmed.

  4. Change

    Using the `--silent` option removes informative output only. Warning and error messages are still written through standard error output. You can silence those messages by using output redirection.

Bug

  1. Fix

    All platforms - Plastic: Fixed issue applying directory conflict resolutions from shelveset

  2. Fix

    All platforms - Plastic: When applying the changes in a shelveset you can choose which of the changes you wish to apply. There was a bug which meant that if you chose to apply only resolved directory conflicts you would be told that no changes were selected and you would not be able to apply those changes. We fixed this, so now you can apply your directory conflict resolutions without issue.

  3. Change

    All platforms - Plastic: App hang on closing if Pending Changes View is refresing

  4. Change

    All platforms - Plastic: Plastic didn't respond if the user closed the GUI or switched to another Workspace when Pending Changes View was running a "finding changes in the workspace" operation.

  5. Fix

    All platforms - Plastic: This issue is now fixed.

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.