I started coding and using unity about 5 weeks ago. A very annoying issue is that ill load my project ive spent HOURS on and i get a random error saying to enter safe mode because my game is filled with bugs. So i do, no clue how to fix it without deleting the whole thing. If i exist safe mode, even though ive saved a million times all my work still gets deleted. Only left with a sample scene with nothing in it. This has happened 3 times now and im insanely pissed. I’m about to just delete unity for good and switch to unreal engine. Any help?
2 Answers
2That message popup when you have an error, mainly in some script.
Just ignore the Safe Mode and fix all errors in your Console.
Start to use version control (eg. git) and commit regularly, so you won’t end up with your work wiped.
True, but I don't think this is the issue now. His scripts are probably just not compiling due to some typo.
– Pangamini