Help debugging crash on iOS EXC_BAD_ACCESS
Hi, I know this was asked a lot with different causes. I have read all that I could find on the subject, but I am still stuck - so any help would be greatly appreciated. Here is the story: 1. Upgraded...
View ArticleMy game freezes, then crashes?
I have completely no idea why this is happening when I click play button. It runs fine as long as the menu is running. When I click on play in my in game menu fps suddenly drops to 23-30 from 90 and...
View ArticleGetting hit with two bullets cause the game to crash [Solved]
Solution: I screwed up and at one point I was using random to generate a number from 1 to 3 and if it couldn't preform action 1 it would add 1 to the random number to do action 2 and so on. However, it...
View ArticleUnity Crashes on Startup,
When i launch unity, it starts up good, then it says compiling scripts, then tries to load an asset from a package, any package... then crashes. Here is an example of the screen. ![alt text][1] [1]:...
View ArticleApplication gets hanged or crashes when I upload all my 11 videos and...
I'm making a project in Unity 3D. It has eleven videos and two audio files.I have to ensure simultaneous detection of three image targets and they have to play on texture on single click and not going...
View ArticleAfter switch to version Unity 4.2 our windows standalone build is began...
Error logs: Crash!!! SymInit: Symbol-SearchPath: '.;D:\Anton\Xlam\Архив;D:\Anton\Xlam\Архив;C:\Windows;C:\Windows\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions:...
View ArticleUnity 4.2 editor crashes on startup when importing image files
I've been running a project in Unity 4.2.0 (with Windows 8) and it ran just fine, aside from a message about an out of size atlas. However, when I upgraded to 4.2.1, the Unity editor crashes everytime...
View ArticleAssetStore declined because did not follow installation guide
hi, last week i have submitted an asset to the asset store. today i received an email from the unity QA team explaining that my asset was crashed during the test and they had to decline the asset. i...
View ArticleUnity 4.2 IOS Exception Handling
Hey Folks, I'm having trouble getting Unity to catch null pointer exceptions on IOS - even with explicit try/catch exceptions. Here's a rough sketch of my code https://gist.github.com/jmcguirk/6553120...
View ArticleHunting for gamecrashing bug, does disabling game objects and scripts mean...
I've got a scene I've been working on for a few weeks, and it's been working fine the whole time. Today I added a health bar GUITexture and a script that corelates the health bar to the unit's current...
View Articleunity 4.2.1 ios build crashes in ios7 device start-up
hi everyone~ I`m upgrading my ios app to obtain ios7 compatibility but it keeps crashing in start-up with error message “Failed to load AOT module mscorlib in aot-only mode.” I`ve already read the...
View ArticleCrash on launch
After update to version 4.2.0 unity crashes on launch with message "couldn't read file:// file" http://clip2net.com/s/5KVyZT Installing previous versions gives the same result
View ArticleRecover Crash Scene With _EditModeScene
After hours of work, Unity crashed. I managed to get the _EditModeScene file before it closed, but now I'm confused. What is the _EditModeScene file do? I double click it, and it opens all this junk in...
View ArticleCrash on LoadLevel (Android Project)
Hi. My game crashes as soon as i hit a button which sends me on to next scene, does anyone know what the problem could be? I've updated to the late version of unity3d and nothing changed. public void...
View ArticleGame crashes when creating gameobject
I recently purchased a new laptop and tried to transfer my Unity project from my old laptop. However, every time I try to open a project from the transferred files, Unity crashes before the editor...
View Articleunity main crash
@Team, I am trying to execute the Antutu benchmarking tool for my android device under development. Am getting the following error Logcat: I/ActivityManager( 706): Process com.antutu.ABenchMark.GL2...
View ArticleUnity Crashes if I use the Asset Store
Pretty much as the subject says. If I use the Asset Store a crash is impending usually within 3-15 seconds. Except it's not really even a crash, the program just vanishes into thin air. Just trying to...
View ArticleWhy my android app crashes when using RenderTexture.ReleaseTemporary?
Hi, I get a crash everytime I use RenderTexture.ReleaseTemporary on my Sony xperia T... it doesn't happen in other devices like IPad or Galaxy S3. I think it could be a memory problem, but it's strange...
View ArticleHardcrash when using GetPixels
I have some pretty simple code- I get the pixels of a texture and then check to see how many of those pixels are clear. Here's the issue: It hard freezes Unity whenever I run it. Two Q's: 1- Any idea...
View Article