Game crashes when taking screenshot after admob ad has loaded on Android
I recently finished integrating admob using the admob plugin with a prefab. The plugin works fine and the ads load correctly, but whenever I try to take a screenshot of the game, either with the home /...
View ArticleUnity 4.5.5 crashes when using convex mesh colliders
I get a crash of the editor whenever I try to instantiate any object with a convex mesh collider that happens to occupy the same space as a previously instantiated object with a mesh collider. Why and...
View ArticleRuntime error in editor + exported build?
I've finished an ultra-detailed project, based on the bigbang. As you might imagine, there's overwell a crap load of particles at once, but once I finally managed to finish my project, it now crashes...
View Article5.0.0b9 Addcomponent cause a crash
when I use Addcomponent< ObjectActor>(); 5.0.0b9 crash.but it's ok on 4.6. ObjectActor define is namespace Render { public class ObjectActor : Object { public override EntityType getType() {...
View ArticleGetThreadContext failed
Up to this moment, my Unity client has worked perfectly fine (for three month or more). Last launch was performed few hours ago. But now, i've started to get this error on launch, which leads me to...
View ArticleiOS Crash Report - NSURLConnection?
Game that I'm working on recently went from iPad-Only to Universal iOS and this error started appearing ALOT via Flurry Crash Reports (haven't had any reports yet through itunesconnect)....
View ArticleUnity Editor Crash !!!
i am Working on a Networking game like poker using photon. so in terms of using authoritative server, we are using our current computer as a self hosted machine. but unity editor get crashed when we...
View ArticleGame keeps locking up "deleted gameObject" in hierarchy
So this script just checks after every movement if Im still on a cube on the grid. Now only SOMETIMES when the level is reset my game keeps resetting I assume because my boolean doesn't change. It...
View ArticleCrash Reporter for IOS not working.
static void UncaughtExceptionHandler(NSException *exception) { NSLog(@"Uncaught exception: %@: %@\n%@", [exception name], [exception reason], [exception callStackSymbols]); if...
View ArticleUnity crashed and I lost entire scene. Can it be recovered?
So, I have been working on a unity project for some time, I made nice scene, but today, unity crashed and my scene was lost. I didn't had any backups because the last thing that would come into my mind...
View ArticleImporting +25000 simple fbx meshes (Crash!)
Hi community I'm working on a stadium visualization project in unity, I want to import 25769 seats into my scene. And it crashed every time. I tried the following techniques, but still unable to import...
View ArticleEvery Game i build crashes on startup but works in the Editor
Hello, Like the title says any Game i try to make suddenly doesn't work :/ everything i compiled a week ago works fine, but now all of a sudden when i compile a game it just imidietly crahses "does not...
View ArticleBuilt Game Crashes But Not On Editor
My two friends and I are working on a game right now, and we are separately working on our own parts. Once we started combining the stuff we have worked on (AI, User Interface, Environment), and build...
View Articlecrash on android devices (unity 4.6f1)
1.make empty scene. 2.add canvas object. 3.build apk file. 4.run application 5.show 'unity logo' and crash.... Tag : libc Text : Fatal signal 11 (SIGSEGV) at 0x00000004 (code=1), thread 20892...
View ArticleAnyone on Unity 5 beta 12 getting this crash?
Sorry for the vague title! I get this weird crash, all I have to do is move my mouse around in the scene view for a prolonged period. Literally it, move my mouse around, no clicking, no nothing, just...
View ArticleBaking lightmap crashes unity.
I have nothing but a heightmap, some trees, directional light and a character controler. When I press bake unity just quits on me right when it loads "Light Probes", no warning, no error report, no...
View ArticleCrash: Unity crashes when opening an explorer window from save as and export.
Hi, I've encounter a bug (or several bugs) which seems to be frequently crashing Unity for me and my team and wanted to see if anyone in the community experienced similar issues and if there were any...
View ArticleIOS SIGABRT Crash UnityAppController
Hello Everyone! I submitted my app to Apple and unfortunately it came back as Rejected :( (Doesn't everyone hate when that happens) I symbolicated the crash and found that the most likely suspect is:...
View ArticleUnity crashes when loading a specific Scene
When i try to load a scene called MainMenu in my project, unity crashes and continues to crash every time. I have removed all my scripts and UnityVs that i installed not long before it crashed, and it...
View ArticleVRam keeps climbing until Unity editor crashes.
The editor's statistics read "VRAM Usage: 8 mb of x mb (of unknown)" and that x number keeps climbing all the way to 1.34 gb where it crashes the entire editor. I'm assuming for some reason the game is...
View Article