[New Unity Asset] Unity Event Framework
Unity Event Framework is a simple and elegant way to handle events between your objects in Unity. The framework uses the PubSub pattern with current Payload states for easy access to previously sent events.
Why is that necessary?
There are several advantages to this approach, ranging from reducing cohesion in your project by not directly referencing objects to resolving asynchronous events within the project. You can also retrieve the state of an event at any time if it has been previously sent.
Free Download and Documentation:
Troubleshooting and Integration help:
unity
asset
event
framework
csharp
development
programming