What is the correct approach to teleport a player in Fusion?
The whole answer can be found below.
Try Our
Documentation
Please check if you can find an answer in our extensive documentation on Fusion.
Join Us
on Discord
Meet and talk to our staff and the entire Photon-Community via Discord.
Read More on
Stack Overflow
Find more information on Stack Overflow (for Circle members only).
What is the correct approach to teleport a player in Fusion?
fsGs
2022-06-30 13:11:28
When the game mode is GameMode.Client, using TeleportToPosition(Vector3 position) is resulting in the client teleporting to the position and then immediately teleporting back.
What is the correct approach, and is this discussed in any of the documentation or samples that I might have missed?
Best regards!
Comments
same question!!!! My spawn() is not spawning to the correct position neither!
Back to top