It looks like you're new here. If you want to get involved, click one of these buttons!
I want to implement an online high score server for our game.
How would I go about checking for unique IDs of the user / machine (for my own statistics) and getting the username that is logged in? Is there a way in the unity ouya sdk? How do other developers do this?
Also, can I implement a text field where the user can Input his own name using the android soft keyboard? Or would that have to be created seperately in unity?
Comments
@carmineg: Hey, that seems pretty cool. :)
Although I am tempted, I think I will set up my own server, as I work with that kinda stuff and like to be in control of my own data. But good to know there's an alternative if all else fails. ^^