How would i go about stacking up a series of Coroutine calls that should be executed one after the other?
I have tried getting a flashing color effect looping a series of color lerps in a coroutine but its not working.
How would i go about stacking up a series of Coroutine calls that should be executed one after the other?
I have tried getting a flashing color effect looping a series of color lerps in a coroutine but its not working.