Save System
The save system is based on simple JSON serialization and simply stores and loads a json file from a specified location. For each object it stores a PlaceableObjectData with the needed information for the object.
On each creation and deletion of a PlacedObject the saveData will be automatically updated, so that you do not need to manually save anything before exiting the game.
Last updated