Releases: laundmo/bevy-spatial
Releases · laundmo/bevy-spatial
bevy_spatial 0.5.0
- compatible with bevy 0.10
- completely rewritten with special focus on the automatic updating
- new Plugin setup and configuration
- allows custom ordering by specifying a FreeSystemSet for it to run in.
- ability to use GlobalTransform
crates.io: https://crates.io/crates/bevy_spatial
bevy_spatial 0.4.0
- updated to bevy 0.9
- improved some examples
bevy_spatial v0.3.0
- Made TimestepElapsed public, so the tree update timestep can be changed by user code
- added modify_timestep example to show how to accomplish this
- disabled rayon acceleration when targeting wasm