cancel
Showing results for 
Search instead for 
Did you mean: 

Why when i walk(xboxcontroller) with the OVRCharacter controller I can't walk up next to objects?

VRfriend2016X
Protege
Like cubes. there's like  2 feet distance between me and the cube but just at certain parts. What to do to make it behave better?
1 ACCEPTED SOLUTION

Accepted Solutions

vrdaveb
Oculus Staff
You mean OVRPlayerController? The only reason it might not let you get within a few inches of the object would be the radius of the character controller capsule it's using. Try reducing that or disabling the collider from the cube you want to walk up to.

View solution in original post

3 REPLIES 3

vrdaveb
Oculus Staff
You mean OVRPlayerController? The only reason it might not let you get within a few inches of the object would be the radius of the character controller capsule it's using. Try reducing that or disabling the collider from the cube you want to walk up to.

VRfriend2016X
Protege
Interesting. Would moving the camera forward more outward towards the endge of the body, alsohelp?but it's kind of hard to see the camera as it is not a 3d object it's just a  camera Gizmo

vrdaveb
Oculus Staff
OVRPlayerController places a Unity CharacterController at the "origin" of tracking space, which is normally your location when the scene loads. The capsule stops the character from walking into other objects. You can disable it or make it smaller using the radius. If the user leans in, the capsule collider won't prevent them from getting closer to the object. You can see the current pose of the camera if you run in the editor and select the camera in the scene view.