Tutorial For Saving/Loading Game Data?

Hi,

I wish to implement game data saving & loading (options & high scores).
Is there a tutorial somewhere that does the above?
Thanks!

J.

Read the manual.

DefSave was made for this too. It’s the easy way, but you should read its source too to understand what it does and why it does it.

In the future try to use “site:defold.com your question” on Google to see if there is any already existing documentation or forum posts about what you want to learn as there likely already have been a dozen or more.

4 Likes

Ok, got it…

J.