Save and load data help

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By stevepetoskey

I used this tutorial: https://www.youtube.com/watch?v=L9Zekkb4ZXc however when ever I play the exported game it does not work, it only works in the editor. Is the user:// path recommended for published games or is there a better way to do this? thank you.

user:// will refer to a specific directory for different operating systems so setting up another way to do this is unnecessary. Are you having trouble with the actual saving or loading?

Magso | 2020-05-01 22:13

:bust_in_silhouette: Reply From: Mi1k

I used this method in order to save the highscore in my game. I am sure it can work with storing other variables.
It does require setting up a Global scene/script however, so this can help you.

thank you it worked!

stevepetoskey | 2020-05-02 00:15