Home Forums Software Development Question about Tobii EyeX SDK Reply To: Question about Tobii EyeX SDK

#5810
Benny Leung
Participant

Hi Jenny

Sorry that I still did not understand some steps:

– Import the unitypackage you find in the root folder of the SDK zip,
– add component EyeTracking -> Gaze Aware, (add in (C:\Program Files (x86)\Tobii) here?)
– in the SpinOnGaze script: (I cannot find the SpinOnGaze either(C:\Program Files (x86)\Tobii) or SDK zip)
— add “using Tobii.EyeTracking;” (I cannot find (Tobii.EyeTracking) in the zip fiile)
— change “GazeAwareComponent” to “GazeAware” (I cannot find (GazeAwareComponent) in the zip fiile)
— change “HasGaze” to “HasGazeFocus” (I cannot find (HasGaze) in the zip fiile)

Benny