Fast Prototyping in Unity: Co-routines
Do more with less code and greater flexibility
Computer programs and digital games are composed of many algorithms, tasks, and processes that create the expected software experience. You can execute these operations in parallel, meaning at the same time or in a sequence (also known as in serial).