How does toggling gameobjects active state in Editor fix crashes on Amazon Fire TV
I came across a really strange issue.
I ran a debug version of our game on Amazon's Fire TV. I tried debugging the entering of a scene with MonoDevelop attached to the game but it crashed everytime, didn't without Mono attached though. I managed to get to the point of the crash where a gameobject got SetActive(true).
I solved the problem by disabling the 3 children in the editor, enabling them again and building to the device again.
How unpredictable is that? Has anyone experience with toggling gameobjects fixes issues?
Your answer
Follow this Question
Related Questions
“activityStartTrigger: not whiteListed” on android builds 1 Answer
Unity Editor Crashing as well as Android build,Unity Android Crash on Application Start 0 Answers
Resources.Load crash Android 0 Answers
Puzzled with crash - Do you recognize this stack trace? 1 Answer
Unity compilation error even when VS compiles fine 0 Answers