Home › Forums › Software Development › Question about Tobii EyeX SDK
Tagged: Tobii EyeX SDK
- This topic has 3 replies, 3 voices, and was last updated 6 years, 11 months ago by
Grant [Tobii].
- AuthorPosts
- 11/10/2016 at 17:58 #5787
Benny Leung
ParticipantHi all,
I tried to use the Tobii EyeX SDK and follow the instruction in below link:
http://developer.tobii.com/getting-started-tobii-eyex-sdk-for-unity/
I cannot reach the step 3 that the zip do not contain the EyeXFramework.unityPackage
What should I do for this part?Thank you
Benny12/10/2016 at 13:53 #5798Jenny [Tobii]
ParticipantEDIT: The tutorial has now been updated.
Hi Benny,
I’m sorry about this, this is totally my mistake. I forgot to update this tutorial when replacing the Tobii EyeX SDK for Unity with the new Tobii EyeTracking SDK for Unity 5 (Beta).
I will fix this soon.In the meantime:
– Import the unitypackage you find in the root folder of the SDK zip,
– add component EyeTracking -> Gaze Aware,
– in the SpinOnGaze script:
— add “using Tobii.EyeTracking;”
— change “GazeAwareComponent” to “GazeAware”
— change “HasGaze” to “HasGazeFocus”That should do the trick.
13/10/2016 at 05:04 #5810Benny Leung
ParticipantHi 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
14/10/2016 at 11:23 #5830Grant [Tobii]
KeymasterHi Benny,
If you check out the tutorial now, you will see the steps are now very explicit with pictures
to demonstrate what to do.For example, add “using Tobii.EyeTracking;” is not a file but a function to add within the code.
Please go through the steps we have created carefully and let us know if you still have problems
to understand. - AuthorPosts
- You must be logged in to reply to this topic.