(CRASH) how do I fix my teleporter code?
I'm working on a VR game, that needs to have the Player go from one place SMOOTHLY to another, so I tried this code down below, and it Hard freezes the Unity Editor when I use it. --- // Teleport...
View ArticleUnity 2018.3.0f2 crashes when selecting standard...
Unity 2018.3.0f2 crashes when selecting standard assets/characters/firstpersoncharacter/prefabs/FPSController. It does not do it on any other prefab, only this.
View ArticleDebugging async methods crashes editor
When I am stepping through an asynchronous (async/ await) method in a component and return from the asynchronous method the Unity editor will crash consistently.`[UsedImplicitly] public class...
View ArticleMystery crashing in Windows Standalone Build w/ no Crash Log
Unity Version: 2018.3.0f2 Running Windows 7 I've been chipping away at a 2d project for a couple months now. Since we're approaching being ready to release a demo, I tried to build a WIndows Standalone...
View ArticleLinux SIGKILL on startup
I'm currently trying to debug a single PC's crash on startup and it appears the engine SIGKILLs without producing any useful messages, and because it SIGKILLs I can't get so much as a backtrace to see...
View ArticleZwWaitForMultipleObjects native crash on build
I have a real pickle here and I would really appreciate some help. My project crashes on the build. It happens after some time of playing and when the player changes the missions. If you change the...
View ArticleHow to Force a Crash Dump When Unity Crashes in Windows
The team I work with runs a stand-alone player build (Unity 5.3.4) in Windows. Very occasionally when our simulation starts, it crashes. We see the following in the Unity log file: >> "Crash...
View ArticleUnity Crash on Instantiating prefab on Unity 5.6.4p4
Hi Guys, we are facing a crash in our game during prefab instatiation, below is the crashlog. Unknown:-2 libunity.00124d68 // resolves to GameObject::QueryComponentByType(Unity::Type const*) const...
View ArticleLocks up or Crash on play
I started using 2018.3.5 and 2018.3.6 and I have had several crashes. This happens when I press the play button. I get a popup message (See screenshot) ![alt text][1]if I press cancel, Unity crashes....
View ArticleUnity crashes when using Instantiate inside for loop. Solved: every object...
using UnityEngine; public class SpawnIll : MonoBehaviour { public int numberIll; public GameObject illPrefab; public Vector2 pos; void Start() { for (int i = 1; i <= numberIll; i++) { pos=new...
View ArticleUnity app crashes in android but not in Editor
There is this one scene that represents a level of the game, and when the user enters that scene, it will crash the whole app. The app works fine in Editor... but only crashes in android. I have tested...
View ArticleGetAssemblyIndexFromAssemblyName crash
Crashlytics found some user crashes. I have converted libunity codes to full names but don't know what cause it Unity Version 2018.1.5f1 Caused by java.lang.Error: signal 11 (SIGSEGV), code 1...
View ArticleUnity has stopped working when opening and starting a project
Whenever I open or start a project with Unity, I'm given a message saying "Unity has stopped working. We will now try to find a fix for the crash. Please wait... Status:There is no fix available....
View ArticleHow do I solve my Match 3 Game coding error?,
I am working on a Match 3 game by following a Unity tutorial step by step on this web page: (https://www.raywenderlich.com/673-how-to-make-a-match-3-game-in-unity) I am currently at the step where I...
View ArticleUnity crashed and I lost almost everything! How to recover my scene?
Hello, I was working on my game for days and I was stupid and I forgot to save! I was working on it for days and I lost everything after Unity randomly crashed without any warning! How can I recover my...
View ArticleFirebase garbage collection bug, trigger GC manually ? ,Firebase garbage...
Current Firebase Sdk (5.5.0) has a garbage collection bug. They know this issue and they have a temporary solution. https://github.com/firebase/quickstart-unity/issues/191 > To summarize, @chkuang-g...
View ArticleAssertion failed on expression: 'klass != NULL' while building for Android
I have an error while trying to build [project][1] for Android inside docker. The problem appeared in 2018.3* version, in 2018.2 it worked ok. Any help? Assertion failed on expression: 'klass != NULL'...
View ArticleGame crashes on mobile
I'm going mad. Game works fine in unity and using unity remote howecer when I build and use on android the first scene (mainmenu) loads but crashes back to mobile background when I try to open scene 1...
View ArticleOrientation change black screen (android)
When changing the screen orientation the screen goes black and the app crashes. However if I start the app from another specific scene or load this other specific scene the app does not crash on...
View ArticleMacOS build crashing with SIGABRT error
Hi I have a commercially released game, built on a Windows, that has been working perfectly fine on Mac until a recent update. Now it's been reported that it crashes on launch (I don't own a Mac...
View Article