- Home /
Android Build Crashes after splash screen/event click Unity 2019.3.0a5
Before building I got this error:
Multiple managers are loaded of type: InputManager Multiple managers are loaded of type: GraphicsSettings Multiple managers are loaded of type: PhysicsManager Multiple managers are loaded of type: QualitySettings Multiple managers are loaded of type: Physics2DSettings Multiple managers are loaded of type: VFXManager
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
But the build result is 'Succeed' then when launching the game, the application would crash after i click a button, or after the background music hits its looping point, which makes me believe that some type of event is causing the game to crash, any suggestions pls?
Your answer

Follow this Question
Related Questions
Android app crashes after unity splash screen. Migrated project from 2018.1.6f1 to 2019.2.1f1 0 Answers
My Game crash on few android devices 0 Answers
Why is my android game crashes after splash screen? 0 Answers
android application crashes on startup 0 Answers
Android build memory usage (out of memory) editor vs command line 0 Answers