Game centre and unity

from what i’m seeing theirs only one way to currently add game centre to your iOS unity apps, and that’s throguh the prime31 plug-in.

so i have two questions.

  1. is the above true? or is their another work around that could work?

and 2) will unity be officialy adding in the functionality to work with game centre in the future?

  1. Yes, implement an own plugin
  2. Nothing was mentioned in that direction

Actually I think someone did express some interest in implementing that. I could be misremembering though. Anyway, “expressing interest” was no promise to do it.

–Eric

Calisk

I waited for 3.0 to arrive before I bought Prime31’s plugin (hoping for native GC support). I should have just bought Prime31’s plugin. Its very easy to use and I think also very inexpensive.

/Chris

ya i will be buying the plug-in on monday for sure, and the price doesn’t bother me much.

just seems that game centre is to useful to not be offically supported.

as far as creating my own plug-ins, i’ve never needed to write any post processor scripts yet, and have been relying on these plug-ins for pretty much everything in the past. I’d like to reduce my reliance on otehr peoples work though, as much as possible.

@bulgroZ i’m glad it works good, it will make the coming days alot smoother, cause i have to rework a recently released game to include the leader board functionality.

Is the multiplayer aspect of game centre working with this plugin yet?

My game is a multiplayer boardgame, an it uses the plugin to match the 2 players an to keep the boards in sync w. the plugins sendmessage function. As per ny initial testing it just works

/Chris