Simple mediator implementation for Unity
UMediator is a Unity package developed to facilitate communication between project components through the Mediator pattern. It aids in organizing message and request flows, maintaining the cleanliness and modularity of the application architecture.
Inspired by the popular MediatR solution, UMediator offers straightforward interfaces for event publishing and request sending. This simplifies the integration of interactions among various system elements, avoiding direct dependencies. The package is suitable for game developers and interactive application creators in Unity, aiming for flexibility and scalability in their projects.
Soon ⚡