Skip to content

Confused about state propagation #13847

Answered by alice-i-cecile
Henrique194 asked this question in Q&A
Discussion options

You must be logged in to vote

System two is running before system one (at least some of the time!). States are by default only processed once per frame before update, so you're writing, reading, queuing a transition, writing again and then finally transitioning on the next frame.

If you add system ordering to ensure that system two always runs after this should go away.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Henrique194
Comment options

Answer selected by Henrique194
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants