Documentation

Support

Unity Version Control

Switch to changeset

From the Unity Editor, revert the local workspace of a project to its state at a previous changeset.
Read time 1 minuteLast updated 21 days ago

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:
  1. From the Unity Version Control window, select the Changesets tab.
  2. Right-click on the changeset you want to switch to.
  3. Select Switch workspace to this changeset.
  4. 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.