Waits until next fixed frame rate update function. Additional resources: FixedUpdate.
WaitForFixedUpdate can only be used with a yield
statement in coroutines.
Additional resources: AsyncOperation, WaitForEndOfFrame, WaitForSeconds, WaitForSecondsRealtime, WaitUntil, WaitWhile.