Unity project wont open

I was using occlusion culling on unity when the program crashed,

when i try to start unity it doesn’t want to open the last project that i was working on,
in task manager it says that the program is not responding,

if i hold alt i can start a new project and it works but, ive spent weeks on a project and now i cant open it,

is there anyway that i can use the project that i was working on again

thanks

I’ve had the same problem and what I’ve made is delete all *.meta files in “Assets” folder in my project. Unity had to import all assets again and the project still works good :slight_smile:

You can also delete the last added script from assets and try to import it again. Maybe it would help.

My project crashed once and cannot be opened again. What worked for me was to open that project on different computer, export the package and the re-import the package in the computer that was crashed.

Hope this works for you too.

I deleted ./Library/BuildSettings.asset
That or deleting ./Library/metadata/ folder

OK Guys, What is happening is after a crash, the scripts that have caused your crash or contributed to it can’t compile upon restart. follow these step to fix it.

  1. Make a backup
  2. remove your scripts folder
  3. open your project.
  4. re-import your scripts folder.
  5. apply the scripts back to where they were.
  6. save project and scene

If that doesn’t work: reinstall unity then follow steps.