Pico Neo 3 Pro Eye Development Guide
This page will give you a step-by-step walkthrough on how to set up your Pico Neo 3 Pro Eye and how to get started with the Tobii XR SDK.
At the end of this guide, you will be able to highlight game objects by looking at them.
Table of Contents
Step 1: Set up your headset
Follow the built-in first time setup guide for your headset.
Step 2: Calibrate for your eyes
Make sure to calibrate the eye tracking using the built-in calibration.
Step 3: Import and setup the Pico Unity Integration SDK
-
Download the Pico Unity Integration SDK v2.4.3 or later and import it into your Unity project.
-
Follow Pico’s Getting Started instructions.
Before going further, make sure the Pico SDK you imported works, you have selected Android as the target platform, enabled VR support using the XR Plugin Management and can build.
You should now be able to access live eye tracking data via Pico’s SDK.
Step 4: Set up your Player Settings
Go to Player Settings > Other Settings > Configuration
- Change the scripting backend to IL2CPP
- Make sure the ARM64 target architecture box is checked.
Step 5: Add the PXR_Manager
to the XR Rig
Add the PXR_Manager
script to the XR Rig and enable the Eye Tracking option.
You can enable Foveated Rendering in the scene by changing the Foveation Level in the PXR_Manager
.
Next steps
Congratulations! You’re now up and running with the Tobii XR SDK for Unity and can start developing with eye tracking in VR.
- Check out our Explore section for demos and prototypes.
- Read more about designing for eye tracking in our Learn section.