Is there something akin to the openfeint/agon/scoreloop that the iPhone has, but for web based Unity games?
Looking to do a game that can be played from the web, or an iphone, and connect all the high scores, achievements, etc. into one system.
Has anyone done this? Is it possible without coding something from scratch?
I know i could create game logic that maintains information locally, and then dists to a server of ours, but thats less than ideal because of the overhead of putting an entire scoring/leaderboard into place.
Hopefully someone out there has a great answer just waiting for me.
Thanks!