Install the Unity SDK¶
This page gets XRXP into your Unity project with the minimum setup needed to start recording useful data.
Outcome¶
When you finish this page, you will have:
- the XRXP core package installed
- an
XRXPobject created in your scene - a ready-to-fill
XRXPConfigasset
1. Install the core package¶
Open Unity Package Manager and add this Git URL:
2. Generate the XRXP scene setup¶
In Unity, run:
This creates:
- an
XRXPGameObject in the current scene - an
XRXPConfigasset inAssets/XRXPConfig/
3. Fill the essential configuration¶
At minimum, prepare these fields:
ExperimentIDAuthorizationTokenWebSocketServerRESTServerFileServerOnlineModeLocalStorageMode
Recommended default for real studies:
- keep
OnlineModeenabled - keep
LocalStorageModeenabled - keep backup storage enabled when available
4. Add optional modules only when they solve a real need¶
Module Scene Controller Remote scene changes and facilitator-driven flows. Open module guide Module FrameRate Monitor Detect FPS drops and performance instability during a session. Open module guide Module Eye Tracking Capture gaze and look-area data on supported hardware. Open module guide
Next step¶
Now validate the install by sending a real session: