My character is inside an invisible object. I want it to return true when my character is inside the invisible object. What keyword am I missing?
My character is inside an invisible object. I want it to return true when my character is inside the invisible object. What keyword am I missing?
How about adding a trigger collider to an empty game object, then using OnTriggerEnter to check it?