Pico Neo Eye 3 Pro¶
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:
- enable PicoXR
- have a high enough version of android
- use IL2CPP instead of mono
- build for ARM64
- Make sure input system is "Both" (old and new)
- install package "unity inputsystem"
- install package XR Interaction toolkit: link
- Import the Starter Assets!
- 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