FAQ

Scriptable Save

Why use a Scriptable Object for Saving data?

The convenient aspects of having a save wrapped in a SO are that:

  1. You can see the save content anytime in the inspector

  2. You can reference the save in any components of your game

  3. You can create and expose convenient methods

  4. You can modify the save at runtime for debug purpose

Last updated