VR4Medical/ICI/Library/PackageCache/com.unity.xr.openxr@3903c1059bcf/Documentation~/features/khrsimplecontrollerprofile.md
2025-07-29 13:45:50 +03:00

1.2 KiB

uid
openxr-khronos-simple-controller-profile

Khronos Simple Controller Profile

Enables the OpenXR interaction profile for the Khronos Simple Controller and exposes the <SimpleController> device layout within the Unity Input System.

For more information about the Khronos Simple Controller interaction profile, refer to the OpenXR Specification.

Available controls

The following table outlines the mapping between the OpenXR paths and Unity's implementation:

OpenXR Path Unity Control Name Type
/input/select/click select Boolean
/input/menu/click menu Boolean
/input/grip/pose devicePose Pose
/input/aim/pose pointer Pose
/output/haptic haptic Vibrate
Unity Layout Only isTracked Flag Data
Unity Layout Only trackingState Flag Data
Unity Layout Only devicePosition Vector3
Unity Layout Only deviceRotation Quaternion
Unity Layout Only pointerPosition Vector3
Unity Layout Only pointerRotation Quaternion

[!include]