egui billboard UI
#533
-
I want to create an overhead health bar for my game via egui, but I don't know how to put the health bar UI into the 3D space. I could technically position the UI on the screen to match the 3D position, but that would make it always on top, which is not what I want. |
Beta Was this translation helpful? Give feedback.
Answered by
asny
Feb 28, 2025
Replies: 1 comment
-
In that case, I think you need to make a custom health bar, probably with a billboard. I don't think it's possible to use egui unless the health bar is always on top. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Bobrokus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In that case, I think you need to make a custom health bar, probably with a billboard. I don't think it's possible to use egui unless the health bar is always on top.