文档

支持

Unity Version Control

Undo changes

From the Unity Editor, revert your selected changes to the latest checked-in version.
阅读时间1 分钟最后更新于 5 个月前

If you’ve made changes in your project that you don’t want to keep, you can revert back to the latest checked-in version. To revert changes to a file:
  1. From the Pending changes tab, right-click the file(s) you want to remove.
  2. Select Undo changes from the dropdown menu.
This removes the selected changes from both the Pending Changes tab and your project.
注意
If you have already checked in the changes you want to undo, you can revert to a previous changeset to remove changes.