Hi, how do i make my VR cardboard camera folow my character head?
tks.
Hi, how do i make my VR cardboard camera folow my character head?
tks.
You could parent the camera under the head GameObject at some offset but this won’t be an ideal solution; as the character moves other objects in the scene will probably get in the way. Intelligent camera control, especially in VR, is a pretty big meatball. I’d start with some research and a script that copies the head transform to the camera and then does a ray cast to see if anything is in the way.