- Home /
Question by
highpockets · Feb 19, 2014 at 01:45 AM ·
coroutineyieldfixedupdate
Question about WaitForFixedUpdate()
Am I right to assume that putting "yield return new WaitForFixedUpdate();" at the end of a while statement in a Coroutine will put the Coroutine on the same frequency as FixedUpdate??
Comment
Best Answer
Answer by highpockets · Feb 19, 2014 at 02:17 AM
I did a test and it works as expected.. I should have tested before asking as it was a very simple process!! hah..
Hopefully someone finds this useful