Hi,
I am working on a simple 2D game of Android. It has 3 main scenes: A main menu, a level selection, and the level itself. In the editor the transition between scenes works smoothly. But when i export it to Android, it can only change form main menu to level selection, but not to the level itself.
I have tried using changesceneto, which turned the screen black when a level was selected. So at least i know that the button is working :)
Edit
Answered in the form of a comment, so i can't flag it as the answer