Unity Crash on Mac Pro OS 10.11.6?
I have a Mac Pro and I'm running OSX El Capitan 10.11.6. Since I updated unity to version 5.6 it crashes when loading the small assets of a project. What's odd is that I can open projects that haven't...
View ArticleMonodevelop crashes as soon as it´s opened.
I'm running Unity 5.6.0f3, and everytime i want to open monodevelop it crashes after it started up. I can't find similar recent problems on the forums, so does anybody know how to fix this?
View ArticleGame crashes upon loading gameplay test scene
Build only. Tried it in Editor and it works somewhat. I exit my title screen to my test map, and the game will just crash upon trying to load the next scene. It only started to cause this today. I even...
View ArticleWhy is IEnumerator causing my game to crash immediately?
IEnumerator WaitToSpawn(int delay){ for (enemiesOnScreen = 0; enemiesOnScreen < maxEnemies; enemiesOnScreen++) { Instantiate(gameObject, GameObject.Find("Spawn").transform); } yield return new...
View ArticleCould the game crash be a GC problem?
My release version of the game was stuck at the end of the run, but the game didn't crash, just like the infinite loop. I used the following method to see what was the cause: 1: use debug version of...
View ArticleWhy does my Android game crash?
My game works fine on my phone but when i ask people to download it and play it on their device it crashes. Im creating a track and field game. It used to crash on my phone as soon as i try to load an...
View ArticleHow to toggle VR (cardboard) on and off in 5.6
I am having the biggest issue with VRsettings.enable(). All the info I find seem to take place before the 5.6 patch and nothing seems to be working the way it is suppose to. real simple I need the...
View ArticleUnable to access after app update (Android nougat ver.)
Hi. My app is currently registered with Google Store. My apps are updated and sometimes they won't work when they run. (Only android nougat version) The way to solve this is to restart cell phone. But...
View ArticleVirtualization in unity 5.6 update
Hi everyone. I installed last month the update of unity, but it doesn't work with my computer. I submited the bug and they said that my processor does not support virtualization (i have intel Core 2...
View ArticleFacebook login crash on Android. FB.Login
In the editor, this code with other functions added run perfectly and I can set scores and other useful things. But even running this barebones login crashes on android. Facebook will initialize, but...
View ArticleBuild crashes but output.log shows no errors
One of our players has been experiencing regular crashes, at an early stage of the game, and has sent us the output.log file. However, I can't seem to find any errors in it. Am I missing something or...
View ArticleAndroid 6.0 Fragment$InstantiationException
Hi guys, recently (past few weeks maybe) most of the android 6 users of my app started to suffer from crashes. UnityPlayerActivity failed to start with exception logged:...
View ArticleInstant crash with no errors on mouse over
I'm making a thing that shows you what spaces are available when you mouse over a chess piece. It was working fine until I changed the letter I was using for my variables. Now Unity becomes instantly...
View ArticleAnima2d Crashes on game exit consisently.
I can consistently get Anima2d to crash. I have a project setup. Inside the project i have a prefab which is doing a standard walk cycle [setup to animate using anima2d]. The prefab, which has multiple...
View ArticleGame crashes after relaunch
So basicly, i'm developing a messenger game for android and I send messages to invite to a game. If I press on the invtation while my app isn't running everything goes right. However if my game is open...
View Articleunity keeps crashing when importing assets and when writing scripts
whenever i import character assests unity crashes and also just when i added a c+ script an error happened { * Assertion at ..\mono\mini\unwind.c:620, condition `cfa_reg != -1' not met } i did not even...
View ArticleAndroid game shuts down but doesn't crash on startup
Upon initializing my game, after I get the "Made with Unity" screen, the game turns dark and then it appears as it is loading while giving me the messae "Wait", but then it just shuts down. It does not...
View ArticleAbout SIGSEGV Raised By Unity -- mono_object_new crash
Hi, i'm using Unity 5.3.4f1 together with a native crash catcher for Android platform. One of the most common native crashes reported is as follows: ---------- >>> Backtrace <<< #00...
View Articleprefab object collision checking doesnt work (2D)
so, i use this script to check collision.. i attach the script to a prefab object that will be spawned 10 times later.. void OnCollisionEnter2D(Collision2D sdd) { Destroy (sdd.gameObject); } the object...
View ArticleOS X builds crashing on launch before resolution dialog
I am having a problem with unity builds crashing on my El Captan development machine. The project plays fine in the editor, and appears to build fine, but if I launch the build, it crashes before...
View Article