Home Forums Software Development Problem with GazeAware Interactors Reply To: Problem with GazeAware Interactors

#324
Robert [Tobii]
Participant

Hi @IT007,

Nice that you are up and running with the Unity sample. My guess is that your item01 needs to be changed a GameObject that you get a reference to, e.g like this:


item01 = GameObject.Find("otherCube");

…where ‘otherCube’ is the name of the other GameObject