- Home /
Gamecenter leaderboards?
Hello. I know that using GameCenter features in a unity project is a complex subject but I am wondering what do I do first if I want to integrate GameCenter leaderboards into my unity iOS game(does anyone have any links to any good tutorials)?
Also I was trying to find more related posts, but looks like they disappeared! Both here from answers and from feedback. Specially on the later there was a heated topic about the lacking of support for gamecenter in Unity 3D. Anyone happens to know something about this?
There is no support for iOS features like these unless you add them through a plugin you either license from a 3rd party or develop yourself and nothing was mentioned that would indicate that this is meant to change anytime soon
Answer by Dreamora · May 21, 2011 at 03:14 AM
The first thing is either: 1. License Prime31s plugin for GC or 2. Write a binding layer in C / ObjC which you then can bind against from Unity (mobile plugin, available in any mobile license) - thats what Prime31s plugin would do for you
generally if you don't pay for others work you will require quite some work on the native code side with only very little code in C# / JS / Boo
Your answer
Follow this Question
Related Questions
ShowLeaderboardUI not implemented??? 3 Answers
Can't call GameCenter in my Unity game for iOS 0 Answers
GameCenter crash only in release build 1 Answer
Social.LoadAchievements sends Debug.Log messages 1 Answer
Understanding the "daily" and "weekly" scopes in Unity.Social & Apple GameCenter Leaderboards 1 Answer