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
The migration notes for 0.10 mention that the fixed timestep functionality in Bevy "is not intended to serve as a looping timer to regularly perform work or poll".
Is there any way to set up this kind of looping timer to run some systems on a fixed cadence (independent of the user's monitor refresh rate, which near as I can tell seems to act as the master timer for everything in Bevy), or is it just not possible at all currently?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The migration notes for 0.10 mention that the fixed timestep functionality in Bevy "is not intended to serve as a looping timer to regularly perform work or poll".
Is there any way to set up this kind of looping timer to run some systems on a fixed cadence (independent of the user's monitor refresh rate, which near as I can tell seems to act as the master timer for everything in Bevy), or is it just not possible at all currently?
Beta Was this translation helpful? Give feedback.
All reactions