Question by
jca50staff · Oct 22, 2020 at 06:12 PM ·
savesave datasaveloadsave-to-file
Save location of created UI elements to JSON so it can load later
So I'm creating something that let's you plan stuff on maps. How would I save the components that are saved on runtime to JSON so the user can load the JSON and it will automatically place the objects back where they were?
I would like to serialize binary data but I want the user to be able to export it to share or have multiple saves.
Any help would be appreciated!
Comment