![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | SF123 |
I exported an app to android, with the correct permissions for what I needed to do, and it’s not changing the scene even though I use the correct function. The error code 19 is returned by the get_tree().change_scene("res://scene.tscn")
function!
This is the third time this has happened, please help!
Thanks in advance!
what do you get if you turn on remote debugging, have the device in developer mode and run via USB cable.
Anything in the debugger other than error code 19?
deaton64 | 2021-10-13 21:03
I’ve tried doing that, and I’ve tried transferring the apk directly to my device, but it just gives me error code 19
SF123 | 2021-10-14 22:31