Function not waiting

I would recommend against using things you don’t have the time to understand. :slight_smile:

Coroutines in a nutshell:

Splitting up larger tasks in coroutines:

Coroutines are NOT always an appropriate solution: know when to use them!

“Why not simply stop having so many coroutines ffs.” - orionsyndrome on Unity3D forums

Our very own Bunny83 has also provided a Coroutine Crash Course:

And another overview by Anders Malmgren:

2 Likes