Hertzole / gold-player

A first person player controller for Unity.
MIT License
160 stars 16 forks source link

How to hide a text, when mouse look doesn't placed on interactable object? #45

Closed yuimelhior closed 1 year ago

yuimelhior commented 1 year ago

What I want to do: Hide a text, when mouse look doesn't placed on interactable object.

What I've tried: Nothing, because, i dont see any settings in editor about this.

How it could be improved: Hide a text with SetActive() maybe.. Or deleting a text into TextMeshPro. image image

yuimelhior commented 1 year ago

I'm added a interact text into Interaction Box and this work. image