XR Input Subsystem
- Reset tracking center with xrInputSubsystem.TryRecenter()
- Set tracking reference point with xrInputSubsystem.TrySetTrackingOriginMode()
- Get current tracking reference with xrInputSubsystem.GetTrackingOriginMode()
- View available tracking options with xrInputSubsystem.GetSupportedTrackingOriginModes()
- Access play area boundaries with xrInputSubsystem.TryGetBoundaryPoints()
- Respond to origin changes with xrInputSubsystem.trackingOriginUpdated
- React to boundary updates with xrInputSubsystem.boundaryChanged
Input Devices
- Find specific device types with InputDevices.GetDevicesWithCharacteristics()
- Get controllers or headset with InputDevices.GetDeviceAtXRNode()
- Handle new connections with InputDevices.deviceConnected
- Respond to disconnections with InputDevices.deviceDisconnected
- React to device changes with InputDevices.deviceConfigChanged
- List all connected hardware with InputDevices.GetDevices()
- Create haptic feedback with InputDevices.SendHapticImpulse()
- Get input values with InputDevices.TryGetFeatureValue()
XR Stats
- Monitor GPU performance with XRStats.TryGetGPUTimeLastFrame()
- Track frame presentation with XRStats.TryGetFramePresentCount()
- Debug performance issues with XRStats.TryGetDroppedFrameCount()
#UnityXR #VRDevelopment #Unity3D #XRSubsystems #XRToolkit