i am using the google VR package.
the situation i have here is that
when i click ‘alt’ on the keyboard i am able to move the camera around, i am trying to make the body match the rotation of the camera, so as the whole body moves with the rotation.
i have been trying to figure it out , but i cannot
this.transform.localRotation = Camera.transform.localRotation;
i want the body to rotate with the rotation of the head that’s all , i tried many online solutions online but none were lucky
