Unity Modules¶
XRXP modules are optional Unity packages layered on top of com.xrxp.core.
Why modules exist¶
They keep the core SDK small while letting teams add focused capabilities only when needed.
Available modules¶
Module Scene Controller Remote scene orchestration through exchange. Best for multi-scene studies, operator-driven protocols, and synchronized device control. Open module guide Module FrameRate Monitor Automatic FPS anomaly detection and performance logging during sessions. Best for comfort-sensitive VR studies and runtime profiling. Open module guide Module · Meta Quest Pro only Eye Tracking Small, early-stage module for eye pose and look-area recording. Currently supports Meta Quest Pro only. Open module guide
Install model¶
- install
com.xrxp.core - add the module package you need
- run the module setup menu entry in Unity
- verify the emitted data during a test session
For SDK contributors¶
Module development follows the same package structure across runtime, editor, docs, and tests.
See Module development.