Design pattern for posting high scores?

If you are not using a system like OF (which I can’t with v3 since it doesn’t work yet,) what design pattern are you using to post high scores to a global leaderboard?

In my non-unity projects I pop up a keyboard for their username and post to a server I have setup with php scripts for scores.

In Unity I see no easy way to popup a keyboard; hence, my question. Maybe I’m just missing a call somewhere in the SDK docs?

Look for iPhoneKeyboard.Open in the docs.

I have no idea how I missed that before. Thanks. :slight_smile: