Skip to content

Added Save/Load for UnityEngine.Object types.

Compare
Choose a tag to compare
@coryleach coryleach released this 24 Apr 04:13
· 61 commits to master since this release

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.