I managed to get openfeint working. How do I submit a score from a playerpref?
probably:
var somevariable = PlayerPrefs.GetInt(“High Score”);
OpenFeint.SubmitHighScore(somevariable, 999999);
//999999 is your leaderboard id
I managed to get openfeint working. How do I submit a score from a playerpref?
probably:
var somevariable = PlayerPrefs.GetInt(“High Score”);
OpenFeint.SubmitHighScore(somevariable, 999999);
//999999 is your leaderboard id