Changesets reference
From the Unity Editor, explore the changesets in your repository.
Read time 1 minuteLast updated 21 days ago
The Changesets tab of the Unity Version Control (UVCS) window displays a table of the changesets in your repository. To add or remove columns from the table, right-click the table header and select the columns from the context menu. You can use this tab to view diffs of changesets, revert to changesets, and switch to changesets.
Element | Description |
|---|---|
| Name | Displays the name of the changeset. |
| Creation date | Displays the check in date of the changeset. |
| Created by | Displays the email of the user who checked in the changeset. |
| Comment | Displays any comment that the creator added to the changeset. |
| Branch | Displays which branch the changeset is on. |
| Changed | Displays a list of changed files in a specific changeset when you select that changeset. |
| Added | Displays a list of added files in a specific changeset when you select that changeset. |
| Deleted | Displays a list of deleted files in a specific changeset when you select that changeset. |
Toolbar reference
Icon | Description | |
|---|---|---|
| Search | Search for a specific value to filter the data that the tab displays. | |
| Date dropdown | Filter the changesets and branches by their creation dates. | |
| Refresh | Refreshes the data to the latest changes. | |
| Branches | Switch to the Branches tab or select Branch Explorer to open your branches in the UVCS application. | |
| Invite Members to Organization (Only available for admins or users with specific permissions) | Open your Unity Gaming Services dashboard and invite users to the UVCS project. | |
| Cog icon | ||
| Open in Desktop App | Open your UVCS project workspace in the UVCS application. | |
| Settings | Open the Settings page to configure your settings. | |
| Enable Manual Checkout for Unity Assets | Stop automatic check out of files and manually check out files instead. |