Godot Version
4
Question
Changing the Main Scene Crashes my Game.
My game runs fine in the project editor, but when I export it to apk and try it on my phone, it crashes immediately on start up.
I have done trial and error to pin point the cause of it.
I found out that my apk works fine when my main scene is left unchanged.
However, if I change the main scene and export it to apk, it crashes (still works in editor).
I would appreciate help on how to change the main scene without crashing my game
The console in the editor doesn’t show any errors either when running on it.