Player Teleport

Options
Hi guys!
I have a quick question. I'm quite new to PUN and am currently working on a blink mechanism in my game.
Do I have to look out for something special if I want the move (Teleport) the player around the world, or can I just normally set the transform.position to a new Vector3 and everything works.

What do you guys think, ?

(I'm using the PUN2 PhotonTransformView)

Answers

  • DarkJoltGames
    Options
    Nope! As long as you are locally altering your own Vector3, like you are, a TransformView will suffice. :smiley: