On this pageSaveSystem.tempDatapublic static DataSection tempData { get; }CopyDescription#Stores temporary data that is not saved/loadedUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(SaveSystem target) { DataSection result = target.tempData; } }Copy