Overview
Unity Tools is a small collection of standalone Unity C# scripts I keep around as reference. They are meant to be read or copied individually rather than installed as a package.
Included scripts
EventPasserforwards animation events to inspector-assigned UnityEvents.Triggerexposes enter, exit, and stay events through a reusable trigger-collider setup.Trackerfollows a target transform with options for lookahead, damping, rotation follow, automatic player tracking, and Y locking.Utilcollects object, coroutine, math, random, and scene-loading helpers.
Notes
My larger current Unity systems are collected separately in MAZE Tools.