cancel
Showing results for 
Search instead for 
Did you mean: 

Player Movement with Joystick Rotation

Anonymous
Not applicable
When using the Oculus SDK OvrPlayerController prefab I have been having an interesting problem with the player rotating when I use the joystick. Basically if a player stands in place and tries to rotate the camera by using the right joystick the entire player physically moves with the camera rotation. Essentially the player moves in a somewhat large circle which means that any rotation near and object leads to a collision with that object. I tried starting a fresh project and this still occurred with just the player controller prefab in a scene/ If anyone could help me eliminate this problem that would be great. Thanks!
1 REPLY 1

Anonymous
Not applicable
I looked over my setup again and realized that I needed to set Hmd rotates y to false in the Ovr player controller script. Thanks!