Skip to content
Discussion options

You must be logged in to vote

Generally speaking, you really only want one fixed timestep: this should be used for synchronizing all of your logic for physics and networking stability.

If you just want to run your system every x seconds use a on_timer run condition instead.

If I'm wrong and you really, really want two copies of the looping logic, dig into the source code and cannabilize what we've done with the outer schedule: it should all be user reproducible.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@didibear
Comment options

@alice-i-cecile
Comment options

Answer selected by didibear
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