need procedure for gamecenter or open feint leaderboards

hi friends,

i have done a project in unity3d for iphone...and now i need to display highscore using "game center or open feint"... and any one give me the correct way to do this??? how can i pass values to the gamecenter or openfeint....how can i make it??

am totally blank in this....or have i want to add any plugins for this??? hope you give me a correct way...

have i want to do this with unity or xcode...

Thanks...

So far it looks like Prime31's $75 plugin is the only easy option for Game Center.

Openfeint looks simpler, they offer some guidance in their website (including a link back to our forums).

The way both work, on the iPhone, is basically through plugins. And with Unity 3.2, Prime31 introduced a new toolkit that should make easier the task to communicate with Xcode.

You can use SocialPlaform from Unity, please ref: https://gist.github.com/StatelessPath/9561908

hope this help you :slight_smile: