Navigation in VR Mode?!!
Hi .... Its my code to navigate in VR mode(C#)
transform.position = transform.position + Camera.main.transform.forward * 1f * Time.deltaTime;
When i play, The camera goes forward but i cant control it with the keyboard and how to move this to the left and right position?!!!! Please help me?!!!
Comment
Your answer
Follow this Question
Related Questions
How to Lock Steam VR camera to the head of the Player model 0 Answers
how to make forward relative to the view of the camera 0 Answers
How do I offset a camera when it's position is defined by a VR controller 0 Answers
How to change camera on Android? 1 Answer
Npc spawning outside the camera view and sliding down within the camera view 0 Answers