17 documented changes.

Version
11.0.16.8551
Released
Apr 11, 2024
Product
Unity Version Control
Unity Version Control 11.x release notes

Unity Version Control 11.0.16.8551

Official notes

New

  1. Change

    All platforms - Desktop GUI: New option to group or not group pending changes by category

  2. Feature

    All platforms - Desktop GUI: A new option has been introduced in the Pending Changes View to enhance user flexibility. Users can now toggle between displaying pending changes grouping or not-grouping categories (added/changed/moved/deleted).

  3. Change

    All platforms - Desktop GUI: The new option is available in a new tab called "Visualization" in the Pending Changes View options. Also moved the options "Group changes in change lists" and "View as a tree" to that new tab.

  4. Change

    All platforms - Desktop GUI: Note that when "Group changes by categories" is disabled, the category icon is displayed in the status column to help classify each change by category.

  5. Change

    All platforms - Desktop GUI: An example of the behavior for each of the three options is shown below.

  6. Change

    All platforms - Desktop GUI: Group changes in "change lists":

  7. Change

    All platforms - Desktop GUI: Group changes by categories:

  8. Change

    All platforms - Desktop GUI: View as a tree:

  9. Change

    All platforms - Desktop GUI: Note it is also possible to combine the options at will:

Bug

  1. Fix

    All platforms - Desktop GUI: Fixed "Item with the same key already been added" error in the Pending Changes view

  2. Removal

    All platforms - Desktop GUI: There was a way to end up with a path both "locally removed" and "removed" at the same time, inside the pending changes view. This caused an "Item with the same key has already been added" error.

  3. Change

    All platforms - Desktop GUI: The following sequence reproduced the error before the fix:

  4. Fix

    All platforms - Desktop GUI: Some other operations, like the "incoming changes" also failed with the same error. It's now fixed for all of them.

All platforms - Desktop GUI

  1. Removal

    Remove 'foo.txt' from UVCS (as a result, you get 'foo.txt' as removed, controlled).

  2. Change

    Create a new 'foo.txt' file using the same path.

  3. Change

    Add the new 'foo.txt' to UVCS.

  4. Removal

    Delete from disk the foo.txt (as a result, you get 'foo.txt' as locally removed)

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.