#Save And Load

1 messages · Page 1 of 1 (latest)

glossy vigil
#

Hello, I have been trying to make a Save and Load code but it's not managing to grab the data itself..

#

This wasn't sent for some reason.

unreal crown
# glossy vigil Hello, I have been trying to make a Save and Load code but it's not managing to ...

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.

glossy vigil
#

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.