Can't teleport after changing levels in VR

Hey all!

I have two levels set up in my VR game. If I run either level, everything works fine with the teleportation system. However, if I change levels, I lose the ability to teleport. Instead, pressing the teleport button shows a short blue line and won’t move the player when you release it. Any ideas on how to fix this or why changing levels would break it? Thanks

Rob

We need much more info before we can help you. Show us some code.

I got it to work after seeing this…

https://forums.unrealengine.com/development-discussion/content-creation/48489-navmesh-of-sublevel?77202-Navmesh-of-SubLevel=

Basically the navmesh needs to be placed in the persistent level… not in the loaded level. Hope this stears you in the right path.