Game Development Reference
In-Depth Information
Coroutines can be powerful additions to the arsenal of your game's framework, but they
need to be implemented wisely; too many additions to your game (obviously) will just
grind to a halt. If you only ever use the fire and forget Coroutines, you won't be able
to stop them without shutting down all the rest as well (including those you started by
naming them as a string).
Search WWH ::




Custom Search