![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | bluegreysky |
Hello, I’m a beginner so please explain in detail and simple steps if possible!
I’m working in 3.5 in the 3D Space.
I have a rigidbody item called Ball and then a spatial node which is a UI, as a child of Ball that gives me the name of it on a rectangular nameplate. Currently the nameplate is hovering over the ball item. I want the nameplate to only be visible when the user’s mouse is on it, how do I get this to work?
I tried using Area node and mouse_entered but that wasn’t working, and was recommended to use a raycast. I’m struggling with implementing the raycast.