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
I believe that this is a regression from 0.3. Display::None worked to hide child elements in 0.3 (I think you pointed that out to me in discord), while is_visible didnt.
Bevy version
Checked on both 0.4 and 61ce3f7.
Operating system & version
macOS Catalina
What you did
Added a child
TextBundle
to a rootNodeBundle
, then set the root node to not be displayed.Here's a full script:
What you expected to happen
TextBundle
should not have been shown on the screen at all.What actually happened
TextBundle
rendered to the bottom left corner of the screen.Additional information

Unexpected:
If root is displayed:

The text was updated successfully, but these errors were encountered: