- Home /
HELP!! My Unity Crashed and scenes and objects are gone
My unity crashed and scenes and objects are gone. Are there ways to recover it? I already tried doing the answer on this thread http://answers.unity3d.com/questions/13920/editor-crash-where-is-scene-data-kept.html but it didn't work. :(
Answer by Xtro · Jul 31, 2013 at 02:53 PM
If you can't find your scene in the Temp folder, I'm sorry but it's gone :(
You MUST use a source versioning system to prevent such occasions even if you are working alone (not in a team)
1) Install a free versioning server to your computer (If you can't afford to pay online servers)
2) Install a versioning client to you computer (This is required even if you use online servers)
3) Always upload(commit/check in) your code changes to the versioning server. So you can go back in time and recover your project.
I suggest TortoiseSVN for this purpose.
Your answer
Follow this Question
Related Questions
unity main crash 0 Answers
Restarting UnityPlayer inside of Android activity 0 Answers
Game crash after splash screen (Unity Logo showup-than crash) 1 Answer
A node in a childnode? 1 Answer
Crash app unity 4.5.5f1 on nexus 7 (Android 4.4.4) 0 Answers