Safe Coroutine overcomes several limitations of Unity's coroutines and provides you with flexible controls.
Main Features
- Stopping of any safe coroutine
- Pausing and resuming
- Nesting
- Exception handling
- Returning of typed results
- Source code
Converting your code to use safe coroutines is straight forward.
Example
Safe Coroutine
Main Features
- Stopping of any safe coroutine
- Pausing and resuming
- Nesting
- Exception handling
- Returning of typed results
- Source code
Converting your code to use safe coroutines is straight forward.
Example
Code (csharp):
- //
- // Author:
- // Andreas Suter...