So I have a Delegate Dispatcher variable in a global task. And I broadcast it at some point.
I created another variable of type Delegate Listener in the state task, and bound to that in the event graph on Enter State. Then I bind that to the Delegate Listener in the global task, in the state tree editor.
But nothing happens. Debugging, I see that the binding does happen, the broadcast also happens, but the custom event on the binding node does not fire. Please help!