[SOLVED]Unity Editor Crashing

Whenever I try to open one of my projects Unity crashes, but whenever I try to open other projects everything works great.
I am not to sure what I was doing whenever the crash happened, I just know that it crashed inside the project and I haven’t been able to get into it since.

I have tried restarting my computer, reinstalling Unity, and I rebuilt all of the scripts I have made in mono. and no errors were thrown.
I made no changes to the scene it has been working fine, I was coding earlier, but I did go back through and commented all of the changes out, and rebuilt.
After all of that still nothing.
If you could please help I would appreciate it, I have been working on this project for a couple years now and I would love to keep the loses at a min.

When starting up it gets to where it shows the compiling scripts window and crashes.

I also tried a few things I found on the forums which were, deleting the metafile folder and the BuildSettings.asset file, which were both in the library folder. I did make copies of all of them before trying this. After that did not work I did go back to the originals.

I’m also having trouble finding the Editor.log file on Windows 10.

Still needing help, thank you.

Try deleting the entire Library folder (with Unity closed) and also the Temp folder - these will be regenerated by Unity when opening the project.

1 Like

On OSX, you have to delete
~/library/Caches/com.unity3d.UnityEditor
~/library/Caches/MonoDevelop-Unity-5.0

Thank you for your quick reply, but it still did not work.

try to use the new beta version

1 Like

Thank you for the reply, I did try this and still no luck.

BUMP. Still needing help

If all the others projects works, but if you have a problem in one project, it is probably because you made a big error.
The only solution to find the problem is to create a new project and import script by script and part by part all your project and to test each part of your program until all the project crash.
Can you test a previous version of your project. Probably your last modification create the problem.
I am sorry not to help you more

1 Like

After removing my scripts folder everything is working fine. Now I just have to figure out which script it is.
Thank you very much

1 Like

:):slight_smile: