this post was submitted on 11 Aug 2025
6 points (100.0% liked)

Bevy

378 readers
5 users here now

A community for discussion around the bevy game engine! https://bevyengine.org/

founded 2 years ago
MODERATORS
 

An input manager for Bevy, inspired by Unreal Engine's Enhanced Input. We use it for Simgine, but it's general-purpose.

A small release with QoL improvements.

Highlights

  • Add ability to toggle contexts without removing them using the ContextActivity<C> component.
  • Allow bindings! macro to mix tuple and non-tuple bindings.
  • Fix unnecessary change detection for Actions<C> on every update.

๐Ÿ“œFull changelog ๐Ÿ“ฆbevy_enhanced_input

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here