Teleport in VR template doesn't work properly

Hi,
I would like to solve teleporting problem which appears in my project. I created my level in basic first person template. After that I decided, that I would like to try migrate project to VR template. Everything was successful. I opened new project and tried VR experience in HTC VIVE. In that basic map called “Motion Controller Map”. Teleporting was working properly. Than I just switched to mine level and teleport has been broken, like you can see on screenshot. Teleporting is working fine but just few centimetres before player. I can not chose destination of laser. Strange is, that I am using the same Motion controller pawn and BP_Motion Conrtoller from content browser. Of course in new level have been placed new motion controller pawn nad nav mesh bounds volume.
Thank you for respond

Have you tried looking for collisions? Have you calculated paths, and if so, have you tried enabling path visualization to see the navigation mesh? (tap P on the keyboard).

I have exact same problem…

This has happened to me in the past when a skybox, or large terrain geometry, has a collision mesh.

If you are inside the mesh, the line trace for teleportation immediately returns because it is colliding with the mesh you are inside of. This causes the collision point to be right where your hand is, and that’s where Unreal wants to teleport you to.

Try turning off collision on all your meshes (or at least the large ones), except for the floor. The arc should intersect the floor and that will determine where the teleport happens. If that doesn’t fix the problem, then it’s probably something else, but hopefully my answer will help someone else who has this problem.

1 Like