Can't switch scenes when live debugging android

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Arakash

When I debug live via android, I can’t seem to switch scenes.

When doing:

get_tree().change_scene("res://Main/LevelsMenu.tscn")

It complains that the resource can’t be loaded (doesn’t exist).

:bust_in_silhouette: Reply From: ColossalGnome

First thing to check; ensure that your path and filename are in the correct case, the android filesystem is case sensitive, others are not…