- Home /
Can't load my Unity project anymore?
Hello Unity developers!
So, my power went off when I was developing my project in untiy. I turned my computer back on and attempted to load my project in unity and this is what I get:
I have all my files still (thank God...) but the project just wont load.
The error you are getting is due to the broken connections between assets and their GUIDs which are stored in their meta files.
Certain solutions are to either delete meta files and let unity import assets again and then you might need to set some script connections again.
Or shift to an old backup of your project (if you have one).
Answer by wegaz · Jun 20, 2014 at 09:50 AM
Here is a suggestion; If you want prevent that kind of issues you can use dropbox to store your unity project.
But for fixing your issue you should try to delete .meta files.
Adding to the dropbox solution by @wegaz above, one main solution will be to get a power backup for your computer for situations where power goes off, so you don't have to loose your work.
Like a UPS.
Not too expensive. Have a car battery and inverter on standby :P
Your answer

Follow this Question
Related Questions
Failed to load scene after copying project 1 Answer
Loading Resources from folder in Project to Hierarchy 1 Answer
Can't open scenes on new laptop 1 Answer
unty wont work! 3 Answers