AsyncEvent is just like the built-in UnityEvent, except it can call async methods and be awaited!
You can even change the way, the event is invoked.AsyncEvent is an event, which let's you call different functions (async or not) and await them.This is extremely useful for any situation, where you wanna ensure some events happen before others.FEATURES✅ Async and sync methods✅ Methods with parameters (0 or 1)✅ 3 types of invoking✅ Add extra actions during runtime✅ Simple and clean! No setup necessary!If you want to try it out before you buy, you can get it on Github, but if you find it useful, I'd really appreciate it if you paid for it :).If you have problems or feedback regarding AsyncEvent, please email me: asyncevent@realfastgames.com* Easily add visual events to your scripts* Await events* Choose how the events are invoked* Add listeners during runtime