Can anyone help me figure out how to create a HUD hint effect for a moving object?
I envision something like this:
An asteroid is floating through space, and when I click on it, a hint box with information pops up.
I've been playing around with this example from
but I'm not sure if it's the best approach.
I want the hint to always be at the same distance from the camera, regardless of how far away the asteroid is. And I need it to always be visible, without being blocked by other objects.