Event Game Toolkit
One principle. Every interaction.
You don't write code. You connect components using UnityEvents. Every interaction — from opening a door to tracking a score — follows the same structure.
Something happens. → Something responds. The pattern never changes.
Each one is a trigger (fires an event) or a function target (responds to one).