This project is a set of Unity scripts and tools designed to facilitate the use of ScriptableObjects as a core element of game architecture. Inspired by Ryan Hipple's GDC talk in 2017, it provides a ...
This project implements a global varaibles system for Unity using Scriptable Objects, allowing for easy access and management of variables across scenes scripts within the Unity Editor. Inspired by ...