SaveSystemManager

A script that facilitates the loading of saved data when the game starts. It also allows for the addition of custom converters for non-serializable classes through the jsonConverters list.

Custom Converters

Add your custom converter that inherits from JsonConverter to the jsonConverters list for handling specific serialization needs.