Release Notes

Public

11.0.16.8953: Oct 17 2024

New

All Platforms - Desktop GUI: Deeplink of UVCS repositories

A new plastic link format has been introduced to open repositories hosted in Unity Version Control (Plastic).

Links like the following ones can now open the specified repository in the full client of Unity Version Control (Plastic) or its artist-friendly Gluon applications:

plastic://codice.cloud/repos/codice
plastic://codice.cloud/repos/codice?ui=gluon

If a workspace pointing to that repository is missing, a "create workspace" dialog will appears with pre-filled fields, allowing users to quickly set up and download the workspace.

Note that you can choose the tool (full Unity Version Control client (Plastic) or Gluon) by adding ?ui=gluon to the link. Existing diff and file links continue to function as before.

Bug

All platforms - Desktop GUI: Null exception when showing annotate from code review window

There was an exception when trying to show the annotate for a file from a code review window, when the code review was opened from a plastic link. In this scenario, there is no current workspace, and trying to access it was causing an error. We fixed it, and now you can see the annotate normally

Bug

All platforms: GitSync doesn't push the .git folder anymore

GitSync doesn't push the .git folder (if it exists in the Unity VCS repo) to Git since some Git servers/providers could reject the push operation due to it.

Bug

All platforms: Creating an attribute via API no longer fails if triggers are set

We detected that creating attributes using the REST API endpoint failed if the before-mkatt or after-mkatt triggers were set. We fixed that issue, so it shouldn't happen anymore.

Bug

All platforms - CLI: Purge author could not unregister it

The author could not unregister the purge. The 'cm purge unregister' failed with the error 'You are not the purge author. Only the purge author is allowed to execute or unregister it.' (even when the user is the author). Now it's working.