github.com
Investigate ergonomic improvements for state scoped events API ยท Issue #19452 ยท bevyengine/bevy ยท GitHub
I have reverted back to clear_events_on_exit_state, but unlike with 4 it requires specifying the event type each time. Quick question: if you use an impl Trait argument, rather than a generic, can we get type inference working properly f...