Hi all.
So i wanted to build my game and try it out but im getting ‘‘Unity editor has stopped working’’ every time
It happens at ‘‘building resources folder’’
I tried looking on google for this problem but couldnt find anything can anyone help me :?
Edit: When i try to debug im getting this message in visual studio ‘’
Unhandled exception at 0x00007FFCC20B4ECD (ntdll.dll) in Unity.exe: 0xC0000005: Access violation writing location 0x0000000000000118.
If there is a handler for this exception, the program may be safely continued.‘’
I’m far from an expert but i had an issue like this some time ago.
Have you any new antivirus running? I know McAffee sometimes prevents writing access…
Okay I’ve had this exact problem in the past. This is usually an issue with Unity crashing due to running out of memory. Although that shouldn’t happen in the 64bit editor. Are you suing Unity 32bit(x86) or 64bit(x64)?
One other thing you might want to try is opening up Task Manager (or whatever the MAC equivalent is) and see how much memory Unity is taking up when you are building your project.
Hi, im using Unity Personal (64bit)
I have checked and unity uses around 400mb memory which and overall used memory was just 33% and it still happen
I tried building some different game and it worked but on this one crashes without saying why just stopped working
Same problem when i try to build on webplayer, i tried deleting speed trees as i found on other threads i tried renaming the folders because i had signs in names of folder like ‘’[‘’ ‘’]‘’ ‘’&‘’ and i tried renaming folders because i had texture folder in one folder and in other folder there was texture as well as i read in other thread, but non of these works can any one help :?
Can someone help ? I just wasted a day researching how to fix this issue and wanna finally build and play my game and ‘UNITY HAS STOPPED WORKING’ ?anyone ?
Hi, i have tried both of your advices and they didnt worked when i tried second to replace editorbuildsettings i got this message 1 information and 1 error [in the attachment picture]
Also maybe something wrong with my folders :? because it always stops at ‘‘building resources folder’’
So i will attach screenshot of my folders in project menu
I tried building main menu scene and it worked, the main menu scene works. And then i tried just first scene of my game without main menu and it now 'unity has stopped working ’ at ''building scene 0 ‘’ second try stopped again at building resources folder
So i fixed it by my self as most of the thie this forum is useless if there is something that helped im like wooooow im glad omg its actually helpful sometimes it is helpful i need to say but most of the time no one replies for looong. So what i did was that Standard Assets were suspicious because first scene worked and it didnt used anything from this folder any any other like animation or physics wont really affect this in my opinion so it was something with Standard Assets
I started deleting each folder in there and once i deleted i took note which folder and try to build it so i delete physics and nope still, deleted utility and still same and then i deleted ‘‘Scripts’’ folder and it works idk why i have no idea but if anyone has similar problems try deleting Scripts folder for me it worked [Thanks for replying and trying to help anyway :)]
Edit ! == Apparently its not script folder that caused problem but ‘Environment’ [ because i tried doing it again to make sure which folder is it and its Environment folder sad because i used the water which was in this folder i will try look for some solution now
Edit 2 == The problem caused folder inside environment ‘‘Water’’ so basically the water i used that added nice effect to my game doesnt works ? So for what then there is that water if it wont work ?
Edit 3 == it was water folder inside 'Water folder ’ [ Environment > water > water] it had waterPro and i think that what caused the problem so why the hell unity allows me to get unity water pro to my project but even tho i dont use it it makes build error ?? as least it could say ‘‘build stopped working you dont have pro version or whatever’’ or something instead of just unity has stopped working 'UNITY TEAM fix this wasted 2 days because of this
Hi, thanks for very useful information. I’m got same (so tough) issue in Unity Editor for Mac, but I got fix it.
in my case, it caused by UI game object that using texture, type: Sprite (2D and UI). I removed it and everything goes fine. but i can’t understand why it cause the issue…
incidentally, I used Water standard asset when i’m in the issue, and delete these objects and Environment folder, but i had no luck.