This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Replies: 1 comment
-
This is a bug. Please create an issue for this, with a minimum example so I can reproduce. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm trying to create a pickable entity that is a child of another pickable entity. I am making them both pickable by adding the appropriate components via
insert_bundle(PickableBundle::default())
. When the two entities don't have a parent-child relationship, I'm able to highlight both entities, but once one of them becomes a child of the other, the child entity isn't highlighted. Any ways to make highlighting the child entity work?Beta Was this translation helpful? Give feedback.
All reactions