Search Unity

How to prevent autosave when closing UNITY

Discussion in 'Editor & General Support' started by ArneStudio, Mar 1, 2019.

  1. ArneStudio

    ArneStudio

    Joined:
    Sep 12, 2018
    Posts:
    29
    Hi Experts,

    I'm learning the tools and in the process of doing so I'm testing lots of stuff and breaking lots of stuff. A MAJOR annoyance is when I close unity and reopen my changes have ben saved. This happens even if I'm not selecting to play the game.
    Is there a way to stop this or to go back to the version I started with or some other workflow which I should employ here.

    Advice is very much appreciated.
    Thanks
    Ben
     
  2. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,778
    Force to close from task manager.
     
  3. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    Use version control and revert any changes you don't want.
     
  4. ArneStudio

    ArneStudio

    Joined:
    Sep 12, 2018
    Posts:
    29
    HI Joe, thanks for the advice this looks to be what I'm after. do I need to use a 3rd party piece of software to version manage my project? I'm the only person working on the projects and they are very small VR environments so I guess i'm looking for something simple.
     
  5. ArneStudio

    ArneStudio

    Joined:
    Sep 12, 2018
    Posts:
    29
  6. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    Unity has their own solution now, but I'd just go with Git or SVN. You can find free repos for small projects on a few different sites, or what I generally do is set up a Linux box (which I have set up for other things anyway) and self host.