Releases: coryleach/UnitySaveLoad
Releases · coryleach/UnitySaveLoad
Added Save/Load for UnityEngine.Object types.
I often want to directly write ScriptableObjects to disk.
Added SaveLoadManager.SaveUnityObject and SaveLoadManager.LoadUnityObjectOverwrite to simplify that process while still being able to take advantage of selecting different methods of saving.