You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing a strange issue, it seems that the state machine does not wait for the Enter Coroutine to finish its execution before executing the Update function
IEnumeratorNextRound_Enter(){Debug.Log("NextRound Enter 1");yieldreturnnewWaitForSeconds(2f);Debug.Log("NextRound Enter 2");}voidNextRound_Update(){Debug.Log("NextRound Updating");}
see the logs attached:
This is a great library, and I really wish that this functionality work.
The text was updated successfully, but these errors were encountered:
alwex
changed the title
Update does not wait for Enter Coroutine to finish execution before executing
Update does not wait for Enter Coroutine to finish execution before starting
Nov 26, 2019
I am experiencing a strange issue, it seems that the state machine does not wait for the
Enter
Coroutine to finish its execution before executing theUpdate
functionsee the logs attached:
This is a great library, and I really wish that this functionality work.
The text was updated successfully, but these errors were encountered: