Home › Forums › Unity SDK › How to make an object Gaze Aware › Reply To: How to make an object Gaze Aware
27/03/2019 at 09:28 #10553

Participant
Normally you just need a camera, a gameobject with GazeAware component and a collider. That’s it.
You might also want to check Edit -> Eye Tracking settings and ensure that MaxDistance is not 0 (set it to something like 200 or Infinity) and Layers include the layer your gaze aware game objects belong to.