Hello,
I’m building a space game and I want when I click in empty space for the red indicator I placed around my character to be SetActive (false), in other words for the red indicator to turn off.
When you click on the object(OnMouseDown) that has the red indicator over it, the red indicator object is lit, when I click outside the object, I want the red indicator over my character object to be disabled. How?