Hello! How can I save the whole progress of my game on Android? I mean to save everything! I know how to save and load variables with storage but it is not the way to save everything. Help please.
What can’t storage save?
Organize yours variable in a structure.
Head
…variable 1
…variable 2…
…
Then convert Head as json and store the json string