unity-async-routines icon indicating copy to clipboard operation
unity-async-routines copied to clipboard

A replacement for Unity coroutines using C#7's async/await

Results 2 unity-async-routines issues
Sort by recently updated
recently updated
newest added

UPM support please

**Changes:** * Routines, when stopped explicitly, now throw a RoutineStoppedException so that the async method can do cleanup in a try/catch/finally * Use of DEBUG changed to DEBUG_ROUTINES, so that...