Godot 4.2.1
Im currently trying to learn to make a multiplayer game in godot using the book essential guide to creating multiplayer games with godot 4.0. I am at the section of setting up a main menu, for some reason when i input the line ;
get_tree().change_scene_to_file()
the entire program crashes. It has happend mutiple time and I just cant figure out why please help.
(im using the premade file from github that the book sent me to GitHub - PacktPublishing/The-Essential-Guide-to-Creating-Multiplayer-Games-with-Godot-4.0: The Essential Guide to Creating Multiplayer Games with Godot-4.0 published by Packt )