Writing Event Systems in Unity3D

This tutorial shows a simple use case for event systems in Unity3D. It shows you how to encapsulate code better, require less references to objects and pass around parameters to a number of objects. Any feedback is greatly appreciated!
Back to Top