Coroutines can yield inside themselves, and wait for other coroutines.
So, you can chain sequences - "one after the other".
This is very easy, and is a basic, core, technique in Unity.
It's absolutely natural in games that certain things have to happen "in order". Almost every...