Switch to changeset
The Switch to Changeset feature allows you to revert the local workspace of your Unity project to the state it was in at a previous changeset. Use this feature to view:
- How your project looked during an earlier release
- How your project looked before a fix was implemented
- The state of the build
To switch to a selected changeset:
- From the Unity Version Control window, select the Changesets tab.
- Right-click on the changeset you want to switch to.
- Select Switch workspace to this changeset.
- In the dialog, select Switch.
To understand how UVCS behaves when you switch your local workspace with pending changes, refer to the documentation on how to Switch with pending changes.