Google Play Games Services Realtime Multiplayer Test 3

Channel:
Subscribers:
39,400
Published on ● Video Link: https://www.youtube.com/watch?v=6ffv_E62040



Duration: 1:55
206 views
5


Added new feature RPC(Remote Procedure Calls) which. RPC allows you to invoke method not just local, through the same game objects in other clients.

Also I changed the lots of logics, especially NetworkComponents. In the previous videos, I wrote the code for sync components for players and none players seperately. That's because the players sends their own data between them, but none player objects works whole different, only sends the data from Master client.

Now those are all treated as same component, and you can choose where to broadcast, master or local.







Tags:
Unity
Google Play Games
Realtime
Multiplayer
Android