Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 807 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 807 Bytes

##.Evt.Variables Version of ScriptableObject Variable Architecture inspired by Ryan Hipple's Unite 2017 talk. Base package for various Evt packages.

Installation

Can be installed via the Package Manager > Add Package From Git URL...

https://github.com/peartreegames/evt-variables.git

Other Projects

These projects are fully fleshed out, tested, and all together better, so consider using them for production projects.

Notes

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.