- Home /
GameCenter Leaderboar and Achievements at Once...
I know how to show the leaderboard and the achievements separately (with Social.ShowAchievementsUI(); and Social.ShowLeaderboardUI();) but how can i show them at once?
Answer by dannyskim · May 07, 2012 at 05:54 PM
I don't believe it's possible. Granted, I don't have access to the source code for these methods and classes, but I'm assuming that each time one of these is displayed, it is embedded in a UIView that is created on the fly. I'm pretty sure you won't be able to display both of them at once due to how the code was most likely written on Unity's side.
You'd have to make your own plug-in to do such a thing.
Answer by dark_lock · May 08, 2012 at 10:34 AM
Yeah, I figured it. I was thinking about doing like in joyride jetpack. The leaderboard is exactly the same with the unity code but it has a boton in the left corner that shows you the achievements. I dont have any idea to do this.
Your answer
Follow this Question
Related Questions
How To Build A Leaderboard Using Unity 3.5 Beta 2 Answers
Social.ShowAchievementsUI() not showing achievements 1 Answer
How do I detect if the player returns from the GameCenter UI? 0 Answers
Turn off the completion banner for the Achievement in gamecenter prime31 1 Answer
Removing a GUITexture a set amount of time after it has been enabled. 1 Answer