- Home /
Question by
mughalprince36 · Aug 26, 2018 at 12:11 PM ·
c#cameracharactercontrollerquaternion.lookrotation
Copying the Cardboard Camera's rotation to its parent object.
I am trying to copy the cardboard camera rotation along y axis and to rotate its parent object which is my player and has a character controller component on it. I have tried to use Quaternions.LookRotation(Camera.Transform.forward, Camera.Transform.Up);
but no benefit.
Comment
Your answer
Follow this Question
Related Questions
Character movement relative to the camera 1 Answer
How can I limit the rotation on the Y axis so the player cant spin the camera 360 in an FPS game? 0 Answers
Character Controller Jitter On Platform With Animation 0 Answers
C# FP_Camera not following Character Controller 0 Answers
Multiple Cars not working 1 Answer