#Save And Load
1 messages · Page 1 of 1 (latest)
Did you ensure the directory you are saving to is actually there first?
You can use DirAccess.make_dir_absolute (https://docs.godotengine.org/en/stable/classes/class_diraccess.html#class-diraccess-method-make-dir-absolute) to create the directory you are saving the file inside.
Godot Engine documentation
Inherits: RefCounted< Object Provides methods for managing directories and their content. Description: This class is used to manage directories and their content, even outside of the project fol...
Couldn't check that out yet as it's not even managing to grab the data from the Player.
I'm not sure if is because the player is being generated by a Node while the code they possess is stored on a different scene.