##.Evt.Variables Version of ScriptableObject Variable Architecture inspired by Ryan Hipple's Unite 2017 talk. Base package for various Evt packages.
Can be installed via the Package Manager > Add Package From Git URL...
https://github.com/peartreegames/evt-variables.git
These projects are fully fleshed out, tested, and all together better, so consider using them for production projects.
ScriptableObject Evts are used for Runtime References and Event Buses only. Not to manage data and state. Use MonoBehaviours to set default and update values.