Forum Discussion
passthru_studio
3 years agoExplorer
Hand Tracking v55 - Attaching GameObjects to Bones is Broken
I'm using this code to attach a game object to hand_thumb3:
_rightHandSkeleton = _rightHand.GetComponent<OVRSkeleton>();
_rightBoneToTrack = _rightHandSkeleton.Bones
.Where(b => b.Id == OVRSkeleton.BoneId.Hand_Thumb3)
.SingleOrDefault();
_myGameObject.transform.SetParent(_rightBoneToTrack.Transform);However, _myGameObject's position ends up being way off from where my hands are supposed to be. This is making me think that hands aren't tracking properly with children attached. This method worked before I upgraded to v55. Any suggestions?
2 Replies
Replies have been turned off for this discussion
- passthru_studioExplorer
It was actually v56
- passthru_studioExplorer
Nevermind it's in v55
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 9 months ago
- 2 years ago