You can now create a code review from the list of branches (or changesets) opening either the Desktop App or the Unity Cloud website.
Version ControlFeature
You can now Shelve your Pending Changes when switching to another branch (or changeset) and decide if you want to apply them automatically after the switch.
Version ControlFeature
You can now Shelve your selected Pending Changes, inspect the shelves content, and apply them to your workspace.
Version ControlFeature
Fixed camera sorting layer not breaking batch correctly for URP 2D.
Fixed warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light.
Ensured ignore.conf is not being reformatted when adding or removing an ignore rule, so it keeps empty lines and comments.
Version ControlFix
Fixed a performance issue by preventing the ConfigureLogging call on every domain reload when Unity Version Control is not used, reducing the load time by ~200ms.
Version ControlFix
Fixed console error GUI Error: Invalid GUILayout state in PlasticWindow view which is caused under some circumstances.
Version ControlFix
Fixed lock statuses to correctly refresh in Project View and Inspector after merging.
Version ControlFix
Fixed missing checked-out for renamed assets.
Version ControlFix
Fixed null exception on entering in Play Mode before creating the workspace.
Version ControlFix
Fixed rename asset leaves 'Added' + 'Remove locally' status instead of 'Moved'.
Version ControlFix
Fixed the create branch operation to work in Gluon mode which uses partial workspaces.
Version ControlFix
When modifying the mergespecfile.tx to use Beyond Compare, it continues to fall back to FileMerge.
Fixed bug where calling RequestUserAuthorization(UserAuthorization.Microphone) in the Web player would prompt the user for webcam permissions instead of microphone permissions. The microphone API is not yet supported in Web, so a warning message has been added to inform developers of this limitation.