• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

VaM 1.x teleport or move a character to a VR player

Threads regarding the original VaM 1.x

Smart136

New member
Joined
Nov 19, 2024
Messages
13
Reactions
0
Is there a way to use a trigger to teleport or move a character to a VR player? Not to a specific point, but to wherever the player is currently located.
 
Solution
Not natively. A plugin could easily do this. But it's quite tricky, as there is no way to know for sure where the player is located. By that I mean : you have absolutely no idea what are the surroundings. So you could end up moving a Person atom into an asset, wall, or level geometry which will likely result in a physics explosion.

Could this work with a keybind, maybe?

Is there a way to use a trigger to teleport or move a character to a VR player? Not to a specific point, but to wherever the player is currently located.

Not natively. A plugin could easily do this. But it's quite tricky, as there is no way to know for sure where the player is located. By that I mean : you have absolutely no idea what are the surroundings. So you could end up moving a Person atom into an asset, wall, or level geometry which will likely result in a physics explosion.
 
Upvote 0
Not natively. A plugin could easily do this. But it's quite tricky, as there is no way to know for sure where the player is located. By that I mean : you have absolutely no idea what are the surroundings. So you could end up moving a Person atom into an asset, wall, or level geometry which will likely result in a physics explosion.

Could this work with a keybind, maybe?

 
Upvote 1
Solution
Back
Top Bottom