new List< List< GameObject>> crashing on android
I have a project that runs successfully on windows. On my android device it runs fine but only in development builds. The same code running in a non-development build gives me a black screen and I've...
View ArticleMac Build of game will not launch
I created my small game on Mac and previously when I would do a Build & Run everything was working fine. After some more work when I Build and try to open the app the title flashes for a second in...
View Article[SOLVED] Android Lags Then Crashes When Looking Around
> SOLVED: It seems that the trees have to many polygons or I made a mistake in a script attached to the trees. Hello, I have been making a android survival game and it all worked good until I did...
View ArticleApplication.Quit Does Not Fully Kill App
I am making an Android game and am trying to use Application.Quit to leave the app. This works fine and the app closes. However, when I try to reload the app, it crashes my phone. I have to use the...
View ArticleUnity developer is ALWAYS crashing.
Most of the time the crash starts right when I'm beginning the program and I get a FATAL ERROR warning and it shuts down and sends me to the bug report to send to Unity3D. Other times, which are...
View ArticleFatal error after loading image and drawing texture
Hey guys, I'm trying to implement a simple script to display images. The images load fine and are drawn to the screen but after about 15 seconds a fatal error occurs and Unity crashes. Here's my code...
View ArticleHow to determine why Unity crashes
Every time I try to build with Unity it crashes. The log it produces doesn't seem to tell me anything useful. Is there any documentation on diagnosing crashes? Thanks for your help
View Article[Closed] Unity is messed up after changing resolution
I have recently changed the resolution of my computer from 1280x720 to 1920x180 and now when I start Unity and try to maximize, it crashes. Please help
View ArticleCrash in xCode, no errors in editor.
Hi gang, I am developing an iPad game which started experiencing a crash on one of it's levels. This happens whenever I play it on the iPad, either via a fresh xCode build or starting it manually. The...
View ArticleIOS Crash with stack only related with unity itself
Hi, I have a crash with only unity stacks, do you know in which Situation this would happen ? Incident Identifier: TODO CrashReporter Key: TODO Hardware Model: iPhone3,1 Process: iosky [331] Path:...
View ArticleCrashes when Loading Scene
I have been working on a game, and have no problems along the way. Then all of a sudden, Unity crashes. I figure no big deal, and reboot. I can open up my project, but whenever I try to open my scene,...
View ArticleGame crashes after build.
Hello. So I get this error when I build the game: Unity Player [version: Unity 4.1.2f1_911c7369eeac] Village.exe caused an Access Violation (0xc0000005) in module Village.exe at 0023:0030915a. Error...
View ArticleLightmapping Bake Selected always Crashes
Okay, this is confusing. Is this how it's supposed to work? 1) Choose a few objects close to each other under a light. 2) Select everything around there 3) Bake selected 4) Move to another room, choose...
View ArticleApplication crashes, how to decipher output_log.txt?
I have a Unity3D application that crashes every now and then, and I am a bit lost trying to decipher the crash logs. A common theme I've found is that in all the logs the line "DynamicHeapAllocator out...
View ArticleWhy is Unity crashing when I import an asset from Maya?
I'm using Windows 8.1, Maya 2015, and the newest version of Unity. I've tried reinstalling, forcing directX 11, and using different formats. However, it always crashes on import of my assets. I've...
View ArticleInstalling Unity 3D 4.3.4 on Windows 8.1
I know this is a big problem for a lot of people which is a constant crash at start up (I believe this is a MS problem). I have been using an older model and to do a 2D game, I the latest free program...
View ArticleUnity always crashing on windows 8.1
Complete newbie here so sorry if any questions are dumb ones. I'm running on a high spec Toshiba with windows 8.1 I downloaded and installed the latest stable release of unity. Everything was going...
View ArticleWhy does unity keep crashing when I use this script
Whenever I press Left Shift in play mode which is my running cue, Unity freezes and I need to use task manager to close it. Does anyone know what to do if this happens. Here is my script #pragma strict...
View ArticleMonoDevelop (Mac OS X): Git Add-In crashes
My MonoDevelop crashes when I click on "Changes"-Button. ![alt text][1] This is the crash log: NGit.Errors.MissingObjectException: Missing unknown f223c41a3ed4fef41853d046263c5fc56a4f9de9 at...
View Articlec# if statements in IEnumerator crash unity
Been making an enemy spawner script, and to use the waitforseconds, I have been using an ienumerator, however this snippet of code causes the unity editor to crash //wait... if(keep_units_up == true){...
View Article