Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Some scriptable objects for sharing data between game elements and a system for saving the runtime values of those shared variables.

License

Notifications You must be signed in to change notification settings

sophiathekitty/SharedVariableSaveSystem

Repository files navigation

Shared Variable Save System

Some scriptable objects for sharing data between game elements and a system for saving the runtime values of those shared variables. Based on this tutorial: architect with scriptable objects and now updated to use generics based on this: saving scriptable object variables

How to use

  • Create a new SaveObject (under the assset create menu)
  • Create Variables you want to have saved (Asssets->Create->Variables)
  • Put Variables in folder with the same name as the SaveObject
  • Add Variables to SaveObject's Data list. (click search for variables to find all variables under /[SaveObjectName]/ folder.)
  • Write classes use Variables to store and share data.

Tutorials

About

Some scriptable objects for sharing data between game elements and a system for saving the runtime values of those shared variables.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages