Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
kennard-consulting's avatar
kennard-consulting
Expert Protege
2 years ago
Solved

Body tracking: how to parent OVRBodyFromPose to player?

I am trying to add body (or at least 'arm') tracking. I have currently: 1. Added OVRBody to OVRInteraction 2. Added PoseFromBody to OVRBody (as a script on an empty child object) 3. Added OVRBodyF...
  • Figured it out, for those that come this way again:

    1. Don't use OVRBody

    2. Use OVRBodyFromPose as sibling of OVRCameraRig

    3. Remove its OVR Body Pose Skeleton Provider script

    4. Add OVR Body script