QuickSaveGlobalSettings

StorageLocation

The location where files should be written to - defaults to Application.persistentDataPath

C#
QuickSaveGlobalSettings.StorageLocation

RegisterConverter

Register a new JsonConverter that controls how one or more types should be serialised. Examples can be viewed in the Converters folder in the QuickSave source code

C#
QuickSaveGlobalSettings.RegisterConverter(converter);