Hello community,
After searching for a few hours I recognized, that there is no free code for Editor Coroutines. So I sat down and wrote my own Editor Coroutine.
It's not finished yet, but it works pretty fine.
What it already does:
- run coroutines in your editor
- use yield return new WaitForSeconds(float)
- use yield return WWW
Plans and To-Do's for the future:
- Improve code (add more functions, bugfixes, return values ect.)
- Improve performance (it's allways possible to improve...
Editor Coroutines
After searching for a few hours I recognized, that there is no free code for Editor Coroutines. So I sat down and wrote my own Editor Coroutine.
It's not finished yet, but it works pretty fine.
What it already does:
- run coroutines in your editor
- use yield return new WaitForSeconds(float)
- use yield return WWW
Plans and To-Do's for the future:
- Improve code (add more functions, bugfixes, return values ect.)
- Improve performance (it's allways possible to improve...
Editor Coroutines