get_tree().change_scene("scene")
works perfectly well for Windows Desktop release, but it kickes me outta game in Android release. I alternatively tried to call scene through variable and even custom _func(), yet no luck.
Is there any alternative way of calling scenes that would work for Android? It's a bit frustrating to have this problem without apparent reason.