Search Unity

Unity's version control component has been upgraded to Plastic SCM.

[Solved] Does go back to/roll back change the cloud files?

Discussion in 'Unity Collaborate' started by Sam_Space, Dec 27, 2019.

  1. Sam_Space

    Sam_Space

    Joined:
    Jun 28, 2019
    Posts:
    16
    So I am trying to go back to a previous build in the collab cloud to check for a bug. We are pretty far in the project and I cant just wipe all the changes by going back and making that our new commit. If I roll back, I understand it changes the local file, but does it change the latest build on collab cloud? If I revert back to a previous build can I still come back to the "head" build we have now?
     
  2. Ryan-Unity

    Ryan-Unity

    Joined:
    Mar 23, 2016
    Posts:
    1,993
    Hi @Sam_Space, using the Collab History window to go back to an earlier commit does not automatically make that the latest commit in the repo. This will overwrite any local changes, so if you have any local changes that you want to keep, make sure to make copies of them and save them outside of your Project. When you're done inspecting your Project at an earlier commit then you can either press the Restore button under the latest commit in the Collab History window or press the Update button in the Collab Toolbar to go back to your head build.
     
  3. Sam_Space

    Sam_Space

    Joined:
    Jun 28, 2019
    Posts:
    16
    Ryan-Unity likes this.