Collection of common scripts that I use for my Unity projects. Feel free to use them too.
- Extension Methods - A collection of various useful extension methods
- Debugging Enhancements - Adds class awareness to console logs making it easier to filter messages in the Unity Console
Publisher/Subscriber messaging system - A simple messaging system useful for broadcasting data to UI minimizing coupling.Moved to https://github.com/brogan89/umessage- Singleton - Wraps any MonoBehaviour into a singleton
- SelectableGroup - change other Graphic targets based on a single
UnityEngine.Selectableevent callbacks