- Home /
pun 2 change view Id of local player ?
i want to find local player and change its ViewId
i found something
Player playa = PhotonNetwork.LocalPlayer;
something something .GetPhotonView().ViewID = 2;
but i dont know how to get photonView of playa
this is what i want
find local player gameobject, get its photon view, assign new photon view
Comment
Your answer
Follow this Question
Related Questions
How to get LocalPlayer position in Photon Bootcamp Demo? 1 Answer
Photon pun 2 how to get the position of a Photon.Realtime.Player 0 Answers
Rigidbody2D jitter on collision. Photon Pun 2 sync issue? 1 Answer
my multiplayer game second player not active 0 Answers
Callback for DNS entry error using Photon Networking 0 Answers