ExtendRealityLtd / Tilia.Indicators.ObjectPointers.Unity

Indicate points in world space with a collection of object based pointers for the Unity software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a guide to use the OpenXR controller Pointer pose

fight4dream opened this issue · comments

image

  1. Create a game object named "Right Pointer Pose" under CameraRigs.UnityXRPluginFramework
  2. Add Tracked Pose Driver (New Input System) component
    image
  3. Press the + button besides 'Position Action' and choose 'Add binding'
    image
  4. Select 'XR Controller' > 'XR Controller (Right Hand)' > 'Optional Controls' > 'pointerPosition'
    image
  5. Press the + button besides 'Rotation Action' and choose 'Add binding'
    image
  6. Select 'XR Controller' > 'XR Controller (Right Hand)' > 'Optional Controls' > 'pointerRotation'
    image
  7. Drag the 'Right Pointer Pose' to the straight pointer's 'Follow Source' field
  8. Repeat the same steps for the left pointer pose.

pointerPosition and pointerRotation seem to get deleted if you use the Oculus Integration Unity asset and switch the XR Plugin to Oculus... as if the Oculus OpenXR implementation has completely removed it