Want the full Unity package with an example save editor UI? Download the template here .
void Start()
#if UNITY_EDITOR using UnityEditor; [CustomEditor(typeof(SaveManager))] public class SaveManagerEditor : Editor unity save edit
return new PlayerSaveData(); // default values Want the full Unity package with an example save editor UI