bevy/crates/bevy_hierarchy/src
Charles Bournhonesque b7ab1466c7
Add entity id to hierarchy propagation error message (#12733)
# Objective

- Fixes https://github.com/bevyengine/bevy/issues/12731


## Solution

- Use the `Name` component if present, else default to `Entity 0v1`
instead of `An entity`
2024-03-26 15:20:21 +00:00
..
components Disentangle bevy_utils/bevy_core's reexported dependencies (#12313) 2024-03-07 02:30:15 +00:00
child_builder.rs Fix Ci failing over dead code in tests (#12623) 2024-03-21 18:08:47 +00:00
events.rs Require #[derive(Event)] on all Events (#7086) 2023-06-06 14:44:32 +00:00
hierarchy.rs Move commands module into bevy::ecs::world (#12234) 2024-03-02 23:13:45 +00:00
lib.rs Set the logo and favicon for all of Bevy's published crates (#12696) 2024-03-25 18:52:50 +00:00
query_extension.rs Rename Q type parameter to D when referring to WorldQueryData (#10782) 2023-12-13 18:50:46 +00:00
valid_parent_check_plugin.rs Add entity id to hierarchy propagation error message (#12733) 2024-03-26 15:20:21 +00:00