I got this error: "Invalid get index 'BackgroundLoading' on base (TitleScree,GD)" on this line of code
get_tree().get_root().get_node("MainScene2D").BackgroundLoading.load_scene("scene_to_load.tscn")
Hoe can I fix it please?
I have an example where BackgroundLoading ina GD script to call. Cant understand, any advice?
just running the code as it is in the official example instead I got
background_load.load_scene("res://sculptures.tscn")
this error:
the identifier is not in the scope
How can I fix it please?
I'm solving using SingleTon but I've still have the same error while loading.
I've just identified the error, so what 's wrong based on this screenshot?