Hello to all. Thanks in advance for your attention. I’m trying to create a first-person interaction that allows me to highlight a widget with info whenever I point to a certain object. Also, this widget will have to disappear when I stop pointing to that given object.
I first tried to use a long cone trigger, but I don’t want to look beyond walls, and if I hit collisions I risk getting stuck with my cone.
I’ve tried line-trace, and it seems like the ideal solution. However I cannot update the widget when I stop pointing to that given object.
Could someone show me an ideal chart? Thank you very much
The whole shebang:
The first / third person perspective should matter little. The logic is the same.
1 Like
Thank You So Much!!!
I’ll try your advice. Really very very useful!
You could probably ignore the proximity part if it’s not needed.