Forum Discussion
modhdhruv
6 years agoExplorer
How to move Player in Hand tracking
How to do the movement of a player while using hand tracking in the oculus quest? Anyone have done Player movement? Have tried to move OVRCameraRig with joystick four-button forward/backward/left/rig...
TomG
6 years agoExplorer
Look for the file: HandSkeleton.cs, change line 145 to use localPosition
// line 145: transform.position = pose.RootPose.Position.FromFlippedZVector3f();
transform.localPosition = pose.RootPose.Position.FromFlippedZVector3f();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
- 3 years ago