Variables within PunRPC do not work on Unity!

Options
Variables within PunRPC do not work on Unity!
pv.RPC("call", RpcTarget.Others);
[PunRPC]
void call(){
iscalled = true;}

Best Answer

Answers