Documentation

​
​

Development

User Acquisition

Monetization

Industry

Unity Version Control

DevOps

On-prem

Gluon

Editor plug-in

Open Unity Dashboard

Unity Version Control

​
​
Unity Version Control
  • Overview
  • Cloud Repositories organization update
  • Installation
  • Use UVCS with the Unity Editor
  • Unity Version Control plugins
  • Concepts
  • Tutorials
  • On-Prem
  • Gluon
    • Configure Gluon
    • Gluon workspaces
    • Manage changesets
    • View local changes
    • Work in version control
    • Undo or revert changes
      • Undo changes
      • Recover deleted revisions
      • Revert to a specific revision
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Undo changes

Undo the changes in a file before checkin.
Read time 1 minute
Last updated 10 months ago

Undo a checkout

If you want to unlock a file without checking in any changes, you can undo a checkout. When you undo a checkout, you discard any changes you might have made and remove the lock. To undo a checkout:
  1. Right-click the file and select Undo checkout.
  2. Select Yes.
Note
To undo a checkout with the command line, run the
cm partial undo checkout
command.

Undo changes

If you change a file without checking out the file, the file has the status Changed. To discard changes and revert the file back to its original state, right-click the file and select Undo changes.
Note
To undo changes with the command line, run the
cm undochange
command.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Undo a checkout

    • Undo changes


Report a problem with this page