I\'m new and a bit confused about \"yield\". But finally I understand how it worked using WaitForSeconds
yield
WaitForSeconds
but I can\'t see the difference betwee
You could even just "yield return;" i think,the end result is the same, regarding the coroutine;
Yield return is like saying "Return control now to the caller, but when i am called again continue from my previous state"