Once game is built, it crashes when enemy dies.
Hey guys, so I got this problem; when I build and run my game and kill an enemy my game just closes like it crashed. This happens everytime with every enemy. When i play the exact same game in Unity it...
View ArticleUnity v4.1.5 Crashes When Using Resources.Load
I'm using Resources.Load to load some resources (obviously) including xml files, textures and gameobjects, it was working fine yesterday, then I try again today and it just crashes every time and the...
View ArticleLoadLevelAsync Causes Unity to Crash?
I'm trying ot use LoadLevelAsync for the first time, in Unity Pro 4.1.5f1. The following script in an empty scene, attached to an empty GameObject, causes the Unity editor itself to hang, every time....
View ArticleGame crashed on IOS
Hi everyone, I have a problem when I try to export my game to Iphone. (using 3.4.5) The game runs fine android and the editor. But when I export it on mac, it gives the following message, then it...
View ArticleMonoDevelop 2.8.2 Crash
I installed Unity 4.1.5f1 yesterday which came with MonoDevelop 2.8.2 (on Windows 7). In my Unity project I created a new C# script and double clicked on it to open it. MonoDevelop opened and then...
View ArticleUnity crashes when trying to play the build game on other computer.
Hi i built a game in unity and it is working fine.Now, i build the game and tried to play it on other computer but unfortunately it crashes every time. Following is the ERROR LOG & OUTPUT LOG...
View ArticleDoes any one know how to analyse/read "crash.dmp" file ?
My game has crashed and it generated a crash folder. I would like to know what went wrong in my game by analysing the crash.dmp file.
View ArticleUnity scene increased Size and slowdown
This morning when opening my scene the custom UI reverted back to the default. I then noticed that when pressing Play in the editor it takes about 10 sec before the scene loads (it has always been...
View ArticleUnity 4.1.5 crashing when building Win Standalone - Too Many GameObjects?
I've been designing a navigation system and it uses a lot of nodes. The current count is about 3,200 nodes for a level. Since the node count has been this high I have not been able to build the game...
View Article"JNI: Unable to find field id..." and Android Segmentation Fault (Signal 11)
Please help me, I've been stucked in this problem since friday. (And sorry for my bad english) I've got a project split-builded in an .apk and .obb parts, using the Google Play Services SDK. The first...
View ArticleUnity editor crashes after LoadSceneAdditive or LoadLevelAdditiveAsync
I always have a unity crash when I attempt to do LoadSceneAdditive or LoadLevelAdditiveAsync. I have 5 scenes : - Root : Contains a camera and a emptyGameObject with my component "Loaded" - streamed1 :...
View ArticleUnity crash, kinect calibration
Hi, I am trying to create a script to use kinect to measure the user's arm lenght. As kinect's values fluctuate a lot when doing that, in my script I was making 150 measures and then calculating an...
View ArticlePrefabs wont work after Unity crashed while lightmap baking
Hi, I am making an endless runner game and I was baking the final light map on each tile in my game. I got to tile 6/18 and halfway through the light-map bake, Unity crashed. Upon opening the project...
View ArticleUnity game crash after upgrade to 4.x
Started to learn Unity and make a game about a year ago. Back then I used Unity 3.x. After a couple of weeks I put the game on hold until now. Upgraded to Unity 4, and now the project crashes. I'm 100%...
View ArticleUnity Editor Crashes On Play Because of Import Script
I'm building an importer in C# that's meant to parse through the text of an FBX ASCII file, and build a model based on what it finds. However, whenever I try to execute the main function, the unity...
View ArticleCrash when toggling fullscreen if using Image effects
My game crashes if I have 4XAnti-aliasing enabled in quality settings, and have some Image effects on the Camera object as well. If either I turn off the AA in quality settings, OR remove the image...
View ArticleWhy is this forloop crashing???
I've been stuck here for a day. I'm trying to call a simple return to find out which player on the network is the one performing an action. In this case, a script is highlighting units based on the...
View ArticleUnity stops working at startup (Windows 8)
I installed Unity successfully, but whenever I try to open it in a new project, it crashes.
View ArticleUnity crashes after splash screen
Yesterday my computer froze and I had to force a restart by holding down the power button. Since then Unity crashes immediately after the splash screen whenever I try to start it. I was running Unity...
View ArticleMassive memory usage during compile time
![alt text][1]Hi guys, I am currently making a game where players can select several characters in a team to fight some AI. It is a turn-based game and each character has several abilities. As I need...
View Article