You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
François 🥷🏻 — Today at 11:12 AM
when you insert the parent component yourself, there's another system cleaning up the hierarchy that's updating the children component of the parent. but as it happens in another system, it's not in the same command queue so ordering is lost
djeedai
added a commit
to djeedai/ld50
that referenced
this issue
Apr 3, 2022
Bevy version
0.6
Operating system & version
Windows 10 / likely irrelevant
What you did
with_children()
Parent
componentWhat you expected to happen
Children (they're UI nodes) display in expected order according to
FlexDirection
What actually happened
Random order. It seems that children from
with_children()
are inserted first, followed by any other one from manually addingParent
.Additional information
Related to, or can be confused with, #1214, which is a different documentation-only bug.
The text was updated successfully, but these errors were encountered: