I was wondering if an RPC Call like this
networkView.RPC("Method", RPCMode.All);
gets called on my own client instantly before returning to the calling method?
And does RPC generally wait for acknowledgement of all clients before returning to the calling method or is this behaviour asynchronous?
↧