Title here
Summary here
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.
Add your custom converter that inherits from JsonConverter
to the jsonConverters
list for handling specific serialization needs.