Event does not get sent

Options
I have a button in a normal MonoBehaviour that calls a function in the behaviour of a Bolt.EntityEventListener that sends an Event.

When I run it, the event does not get sent. Is it not possible to fire an event from a normal MonoBehaviour? Even though the function that sends the event is in a Bolt.EntityEventListener?

Best Answer

Answers