Search Unity

Coroutines: In depth explanation and extensions

Discussion in 'Scripting' started by horsman, Aug 26, 2012.

  1. horsman

    horsman

    Joined:
    Jul 19, 2008
    Posts:
    156
    Hi Guys:

    I prepared a blog post about coroutines for those that are interested in going deeper with them. It also covers extending them to support resturn values and exception propagation.

    Check it out here:
    http://twistedoakstudios.com/blog/?p=83

    Cheers!
     
  2. User340

    User340

    Joined:
    Feb 28, 2007
    Posts:
    3,001
    Thanks, it looks pretty interesting! Couroutines/yield/IEnumerator's have always been a bit of a mystery to me.