I’m seriously thinking about not using Unity any more. This is the third time in the last few day’s unity has deleted my scene. And there is NO way to get my scene back.
Yes there is, it’s called version control, which isn’t really optional if you’re at all serious about developing. (Not that Unity should be deleting scenes, though…I haven’t encountered this, but have you reported a bug?)
–Eric
I have the latest version and the Ive only wokred on it with this version. Anytime i use the sleep buton on my computer, m file goes away
@Misthra-Games_1 , have you reported a bug like @Eric5h5 asked?
The bug should contain steps to reproducing your problem. If you can create a new scene, save it, and successfully reload it after waking your computer from sleep mode, then that’s a start. Slowly add parts of your project that you think may or may not be causing an issue, and repeat the save/sleep/load pattern. Continue doing this to help track down what is going on.
There’s not a lot of information as to what you are doing, versus the millions of other Unity developers that are NOT running into this problem. You may be doing something extremely esoteric that the other millions of developers aren’t doing to cause this issue.
Version control is: Version Control
Are you experiencing any crashing or other issues with any other apps on that machine? This kind of error is very often (but not always) associated with a local hardware issue (ram, hdd, ssd, etc). Especially if you’re the only person experiencing this issue (I’ve seen no other reports of this behaviour).
Note, you should always specify the unity version you’re using, for example the latest is 5.3.4p5 (patch 5). Is that the version you’re using or are you on 5.3.4f1 ?