What is GlobalMessage?
GlobalMessage is an event system for Unity enabling you to decouple your gameplay systems. This allows you to create flexible and maintainable game architectures.
The asset makes it possible for gameplay systems to communicate with each other on a global level in a completely generic way. Receivers subscribe to Messages they are interested in and get notified whenever a Sender sends these Messages.
Further, GlobalMessage offers editor tools for efficient debugging and testing of message flows and supports both code- and editor-focused workflows.
How to get Help
The documentation couldn't help you? Don't hesitate to contact me at: support@malte
-husung.com