bevy/examples/state
François Mockers 8a223be651
Enable state scoped entities by default (#19354)
# Objective

- Enable state scoped entities by default
- Provide a way to disable it when needed

---------

Co-authored-by: Ben Frankel <ben.frankel7@gmail.com>
2025-05-26 20:26:41 +00:00
..
computed_states.rs Enable state scoped entities by default (#19354) 2025-05-26 20:26:41 +00:00
custom_transitions.rs Update custom_transitions and sub_states examples to use children macro (#18292) 2025-03-13 03:11:13 +00:00
states.rs Update state/states example to use children! macro (#18250) 2025-03-11 05:47:28 +00:00
sub_states.rs Rename StateScoped to DespawnOnExitState and add DespawnOnEnterState (#18818) 2025-05-06 00:37:04 +00:00