cancel
Showing results for 
Search instead for 
Did you mean: 

teleportation can't seems to work with OVR Player Controller and Character Controller

Akravator91
Honored Guest
Hi2,

I have a problem to get the OVR Player Controller and Character Controller to work with the Locomotion Controller.
These are my setup. A normal setup where i follow the example
0frk5rx0ufp1.png

s57mcpaeq18b.png

I am able to get the player to move forward (with left Joystick). But I cannot teleport.
But, I would like that the Player able to move forward as well as using the teleport function.
Therefore, I added the Locomotion Controller script; which I realize it requires a Capsule collider  and as well as Simple Capsule with stick movement.
and connected both the LocomotionController script.

However, comes a new problem. Whenever I teleport around, I always "fall off the ground".
If I disable the "Capsule collider" component, I can move around without "fall off the ground" but cannot teleport.
But, if i disable the "CharacterController" and "OVR Player Controller"  scripts; i cannot move, but able to teleport without "falling off the ground".

Can anyone be so kind to point me how to get the Player to have normal movement and teleport..?
Thank you very much for your help.
I really appreciate it.

5 REPLIES 5

aarongdev
Honored Guest
Managed to recreate your issue, as I previously couldn't teleport at all. My issue was with the hand anchors though. I'd be very interested in any solution if you have found one

Jazzy53
Explorer
I am also facing the same problem.

Akravator91
Honored Guest
I need to put some corrections to my question.
It is not that I am falling of the ground, but when I am teleported, somehow i got push back off the floor.
Thats why it "seems" that I am falling of the ground even though I am not

In the end I modified the OVR script myself. hopefully it is not illegal though.  😄

Rolling-Pineapp
Honored Guest
Do you mind sharing how you modified the OVR script? Facing the same issue here

windfisch
Honored Guest
I got it to work by disabling the Character Collider:

35h5p9c7om17.png