Android device reboots while running a game
Hello, I'm currently developing a 2D game for Android using Unity 4.3.1f1 . When I run the game on device, the device restarts. Android OS version I'm using is 4.1.1. Can someone please explain the...
View ArticleUnity crashes on PolygonCollider2D setPath
Hi, while working on a deformable collapsible 2D terrain, I have a problem with the Unity desktop editor crashing only at certain times (have not been reliably able to reproduce the bug, just random)....
View ArticleStandalone server crash
Hello, our game's server has been running fine for months, but recently it crashed. Below is the crash report from output_log. There doesn't seem to be any useful information, but perhaps I'm missing...
View Article[EGL] Failed to create surface :: GfxDevice is in invalid state
Has anyone seen or dealt with the following error on an Android device? It only happens on very select devices; in our case it's *only* on our Sony Xperia x10i (not sure what other devices in the wild...
View ArticleScript Crashing Unity
I have a script that I found on Unity Answers that generates a galaxy of cubes. I tried out the script, but it proved too much work and unity crashed. I thought ok, it generates 1000 stars, so i'll...
View ArticleAndroid Build Throwing SecurityException
My application works perfectly on Windows, but when I build it for android, the app plays for a small amount of time (5-10 seconds) then does one of two very peculiar things at seemingly random times....
View ArticleUnity Build Crashes Once Characters Touches Ground
Hello! I'm a bit of any amatuer to game development, and am working on my first Unity game. So, currently, I have a terrain, some buildings, grass, what have you, and the first person character...
View ArticleAndroid shader not accepting fallback?
Maybe this is just a lack of experience with shaders talking, but I've been dealing with major issues revolving around certain processors crashing with alpha shaders (in this day and age??) and I...
View Articlewierd infinite while loop
I'm trying to find a dynamic amount of objects with the renderer mesh disabled, but the while loop I made make unity crashes. Can someone explain me why? int AnotherNumber() { int i; while(true) { i =...
View ArticleArgumentOutOfRangeException when calling CrashReport.reports
Using C# to read the Unity CrashReport.reports array, it will throw the following exception/stack when running on an iOS device: ArgumentOutOfRangeException: Argument is out of range....
View ArticleUnity MAC application quits on launch
I'm developing a game on for the Mac App Store with Unity and when I launch my build it literally then immediately closes itself... I don't even get to the splash screen and I don't even get a crash...
View ArticlePlay game in window mode with desktop resolution
Hello everyone, There is a known bug for Unity. If you Alt+Tab from full screen in Dx11 the game crashes: http://issuetracker.unity3d.com/issues/cant-alt-tab-back-to-dx11-standalone Until Unity decides...
View ArticlePhotonNetwork problem... Unity crashes but build plays okey!!
So, I am working on an online FPS game (I'followed quill18's youtube tutorials and now i work on my own ideas) and i got a really weird problem. As you can see in the code bellow i set everything to be...
View ArticleAttempt at re-arranging list results in crash
I have a more complicated script that I've been working on. It's designed to organize the answers(dic[x,2-5]) randomly to all the questions available. It also keeps track of the correct answer(dicnum)...
View ArticleUnity crash when i use MasterServer.RegisterHost script
Now i learning how to make multiplayer game and i have problem when i use "MasterServer.RegisterHost(gameName, name, des)" Unity crash. Code (read comments): #pragma strict var gameName : String =...
View ArticleAndroid Plugin made the app break on relaunch.
I made an app on android and found that when I opened my app , press home button , touch the app icon to come back to the app , then it crashed. I did some search to solve this but none of what I found...
View ArticleWeird issue with sprite selection
Hi everyone I'm facing a very strange issue with sprites : whenever i click on an object containing a sprite component or click on a sprite in the asset database, unity immediately crash. I started to...
View ArticleUnity crashes on play when generating texture.
Hi! Recently I have been playing around with graphics programming in unity and while attempting to create a c# script to generate a LUT unity crashes everytime I hit play ONLY when the script is...
View ArticleUnity 4.2.0 Crashes on startup.
Yes, I know 4.2.0 is not the latest version, but the newer version would not work. Ok, So here's what happened. I launch Unity. It try to generate my project from earlier. Every time it goes to...
View ArticleRefreshing Crashes Web Player
Hi, I am developing a series of minigames and only in one game i get this crash when refreshing the page of the web player immediately after initiating the first scene. Unity Web Player [version: Unity...
View Article