Skip to content

Pico Neo Eye 3 Pro

product link

Eye Tracking

Tobii tracking is added to the device

Connecting to Second Screen

Via displayport cable

Unity Development for Picon Neo Eye 3 Pro

Prerequisites

In unity you need to add next packages manually, via "window -> package manager -> add from disk":

Next adapt following settings:

  1. enable PicoXR
  2. have a high enough version of android
  3. use IL2CPP instead of mono
  4. build for ARM64
  5. Make sure input system is "Both" (old and new)
  6. install package "unity inputsystem"
  7. install package XR Interaction toolkit: link
    1. Import the Starter Assets!
  8. In "player settings", make sure underneath "XR plugin mgmt" PicoXR is enabled

Tip: visit this link to get started

Set up VR Space

Check this link

VR Grabbable

Releasing an object

Use the "Selected Exited" event to release an object. (create a function and attach it)

showing trajectory