Move OVR camera but not hands
Hi, I'm trying to build a VR climbing application in Unity for Quest 2. I want to be able to move the camera position to simulate change in elevation while leaving the hands in the same place. I have tried to do this by using ovrCamera.transform.Translate(distance) but when I do this, the hands also move with the camera (In Unity Inspector I set the reference to ovrCamera to be the CenterEyeAnchor). Does anyone know how to dissociate translation of camera from those of hands, so it appears that the perspective has changed while keeping hands in the same place? Thanks.Solved1.8KViews0likes1Comment