Make master update position but not own photonView

Hey guys ! I want master updating player position (in OnPhotonSerializeView) and client sending inputs (raise events), Is there any way I can have master writing stream but not owning photonView ?
The reason for this is because I want to use photonView.isMine.

Best Answer

Answers

  • so how to send position from client to master of some object ?
    need help