How to display text / entities in front of ui elements #12409
Unanswered
RaoulLuque
asked this question in
Q&A
Replies: 0 comments
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.
-
I am trying to display text that's attached to "enemy" entities in front of a the UI Scoreboard element. Is has an image attached to it and no matter which workaround I try, the text always seems to be displayed behind the UI:
(in this case at the top right of the image. This is more annoying in other cases but this just shows the problem itself).
How (if I am) would I be able to change this behavior?
I can go into more detail of the code if necessary. The UI Element is a node bundle with a child that has the image as a UiImage component. The enemies are just entites with one children entity that is a Text2dBundle with the text where each letter is one section.
Any help is appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions