Coders
Last updated: October 2, 2023
Use the FixedUpdate type.
FixedUpdate
fn main() { App::new() ... .add_systems(FixedUpdate, fixed_update) }