Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
rikkcarey's avatar
rikkcarey
Explorer
3 years ago

Problem w/ instructions for setting up OVRHands

In the Oculus (Unity) doc "Set up Hands for Interactions,"
in the section "Add OVRHands":

  1. Under Project, search for OVRHands, then drag the OVRHands prefab under OVRInteraction.
  2. Under OVRHands > LeftHand, select the OVRHandDataSource GameObject.
  3. Under Inspector, set each of these fields to the corresponding value:
    • Camera Rig Ref: OVRInteraction
    • Tracking to World Transformer: OVRInteraction
    • HMD Data: OVRHmd <--- ???

There is no HMD Data field (see screenshot attached).

Is this no longer needed?

 


Doc --> https://developer.oculus.com/documentation/unity/unity-isdk-set-up-hands/

1 Reply

Replies have been turned off for this discussion
  • Another issue, on step 5 of same list (Add OVRHands):

    5. Select LeftHand HandFeatures.  <-- the child is actually named HandFeaturesLeft

    6. Under Inspector, set Tracking to World Transform to OVRInteraction by dragging OVRInteraction from Hierarchy to the Tracking to World Transform field.

    Same issue as before, Tracking to World Transform field does not exist.