Can't find the command to save structures

This is a pretty thorough explanation of saving/loading.

https://forum.gdevelop.io/t/save-load-problem/52074/23?u=keith_1357

https://forum.gdevelop.io/t/save-load-your-game-quick-in-depth-tutorial-works-on-all-devices-including-browsers/62958?u=keith_1357

To save a structure, you need to convert the variable to a Json string and save the string. You then load the string and covert it back to a variable.

1 Like