News

Scripts that end with -Manager and -System are MonoBehaviours which take care of entire parts of the game. Think of them like Singletons, except we don't use the Singleton pattern but an event-driven ...
Event system for communication between objects in a Unity scene, based on the use of Scriptable Objects, avoiding classes dependencies. Inspired by Ryan Hipple's talk Unite Austin 2017 - Game ...