Godot Version-
Godot 4.3
Why Isn’t Scene Change Working?
I’ll make this quick;
My old code - get_tree().change_scene(“res://path/to/scene.tscn”) seems to no longer work. The script doesn’t say anything is wrong with it in script editor but the game quits itself when you click the button for it to switch scenes.
Any help would be appreciated.