I have the following problem: I have a VR player character (PlayerStart) and a 3rd person character in my level. I control the 3rd person character via the VR character so that I can use the VR hands for interactions etc. This works so far.
But now, as soon as the 3rd person character touches the trigger, I want to “teleport” the VR character to a different position (see image) so that I have a new camera angle. And so that the VR controls also work.
Now I have the problem again that the VR character is teleported to a different location. I tried it with the teleport function and with your help. Both were unsuccessful.
Funnily enough, it worked once and the “To Pos” was close to the trigger. If I set the position further away, it doesn’t work. Neither the position nor the rotation is set.