Search Unity

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

[Solved] Scene got corrupted, any way to restore just a scene from a previous collab history entry?

Discussion in 'Unity Collaborate' started by palodequeso, Jan 9, 2018.

  1. palodequeso

    palodequeso

    Joined:
    Mar 10, 2017
    Posts:
    6
    Scene got corrupted, any way to restore just a scene from a previous collab history entry?
     
  2. Ryan-Unity

    Ryan-Unity

    Joined:
    Mar 23, 2016
    Posts:
    1,993
    Hi @palodequeso! If you'd like to revert your corrupted scene to your last commit then you can right click on the scene file and select Collaborate->Revert (or find the file in the Collab Toolbar and select Revert) to undo your latest changes.

    If you'd like a version of that scene from an earlier commit then you can go to https://developer.cloud.unity3d.com, find your project, then in the left pane click on Collaborate and then Assets to view your project's list of assets. From there, navigate to where your scene file is to view it's entire commit history for just that file. Click Download on the version of the file that you'd like and then you can move it from your download location into your project to replace that corrupted version of your scene. If you have anymore questions don't hesitate to ask!
     
  3. palodequeso

    palodequeso

    Joined:
    Mar 10, 2017
    Posts:
    6
    Perfect, thank you very much! We were able to restore the scene. :)
     
    Ryan-Unity likes this.