Closed Hexorg closed 1 week ago
Here's a link to the relevant source: https://github.com/bevyengine/bevy/blob/aab36f39513bc30e148d106f6d2f11f4e85264b5/crates/bevy_hierarchy/src/child_builder.rs#L430
I bet this is https://github.com/bevyengine/bevy/issues/16034 again. Can you test this on #16219?
Just downloaded and built nakedible/bevy world-entity-mut-flushes branch but still get the same warning.
This isn't broken behavior. The parent doesn't have InheritedVisibility
. Transform
does not require Visibility
. You need to insert Visibility
on the parent, which will pull in InheritedVisibility.
Bevy version
"0.15.0-rc.3"
What you did
I ran this setup function for Startup schedule:
What went wrong
Expected result: No warning messages.
Result I get:
I checked and Entity 7v1 is the child