FAQ
Scriptable Save
Why use a Scriptable Object for Saving data?
The convenient aspects of having a save wrapped in a SO are that:
You can see the save content anytime in the inspector
You can reference the save in any components of your game
You can create and expose convenient methods
You can modify the save at runtime for debug purpose
Last updated