Hello guys. I have scene objects which send RPCs. Before sending each RPC, I check:
but still after this it shows photonView.isMine = false. Why is that?
if (!photonView.isMine) {
photonView.RequestOwnership();
}
but still after this it shows photonView.isMine = false. Why is that?