Quantcast
Channel: Answers for "What will StopCoroutine exactly do?"
Browsing latest articles
Browse All 4 View Live

Answer by Bunny83

You can't even call stop in between yield because everything is running in the same thread. Whereever you want to call stop, it will happen when the coroutine has reached the next yield. Even when...

View Article



Answer by MadDave

Coroutines are not threads. They do not run parallel to your other functions. CoRoutines are simply called at some point in the game loop, on the main thread. StopCoroutine simply removes the Coroutine...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images