I want to do a multiplayer game for iphones where the players can compete in a match from anywhere around the world. My question is: is this possible to do with Game Center? I have been reading Game Center documentation and it seems it supports multiplayer games but only on a local LAN. Is this true? I guess I should then use Unity Network. Am I right?
Hi Barbur, thatโs not true. Game Center multiplayer is supported via network as well as bluetooth. If you implement the Game Kit Match Maker you will be able to create a match with random players from anywhere around the world.
I just released an update for my game (made in unity) which implements multiplayer via GC and is a ton of fun.
Hey there,
Super Kool. I am using prime 31 plugin now and would love to hook up a global multiplayer.
Me and my programmer are a bit uncertain how to do this.
Is there much work to be done in objective c?
Would you be able to tell me a good place to start?