Yield return statement support
Dark Karma
Right now in order to have timed events, there is a function like "SendCustomEventDelayedBySeconds". However the issue with this event is that it cannot be cancelled once called.
However if we could use IEnumerators, we could use things like timers or cancellable timed events without relying on update function.
Log In