š® Bevy Enhanced Input 0.3.0 and 0.4.0 are out!
š® Bevy Enhanced Input 0.3.0 and 0.4.0 are out!
github.com
Release Bevy Enhanced Input 0.4.0 Ā· projectharmonia/bevy_enhanced_input
Changed Update to Bevy 0.15.
It's a crate for dynamic and contextual input mappings for Bevy, inspired by Unreal Engine Enhanced Input.
Some highlights:
- Action events now have statically known types (
bool,f32,Vec2orVec3), depending on the action configuration. - Assigning inputs, modifiers, and conditions now works like Bevy systems: you can pass multiple items in tuples.
- Binding presets now structs.
- Many ergonomic improvements for passing input.
I didnāt plan all of these, but a user suggested these ideas and contributed PRs for most of them! I couldn't resist š
Iāve drafted two releases:
- 0.3.0 includes all the improvements.
- 0.4.0 updates to Bevy 0.15.0.
This way, you can address the breaking changes in 0.3.0 before updating to Bevy 0.15.0, avoiding the need to handle everything at once.
šFull changelog š¦bevy_enhanced_input