I'm working on save game stuff and I'm wondering how player profiles will be handled on OUYA, and how should I think about interacting with the profile from my game?
Is there any concrete info on this?
Are there/will there be TCRs (like on Xbox or PS) we should be aware of?
Apologies if I've missed announcements, docs or discussion on this, please educate me!
Comments
If you're working on a multiplayer game, you may want to consider applying for the Hydra Mobile beta and then if a profile system comes out you can update your game to use that.
If you're working on a single player game, you can just do the save slot system - pick from one of several save slots where you can choose a name and the save slot records your progress as well as, say, achievements if you decide to add those. Again, you can update your game later to use the new profile system if one comes out.