On this pageSaveSystem.instancepublic static SaveSystem instance { get; }CopyDescription#Gets current instance of the objectUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(SaveSystem target) { SaveSystem result = target.instance; } }Copy