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?
Is anyone sure about that? Is it just not blocking for remote calls but the own method (since it´s RPCMode.All) is being called instantly?
– tobmuellWhat hinders you to test it out?
– softrare