How to record highest scores??

Hi All,

I made a game based on web browser. I am trying to record the highest scores and do basic user authentication as well. What is the basic steps to do so??

Here is my assumption,

  1. I should create a function by using PHP/ASP to load the data from mySQL database.(Does Java work? I know more about Java…)
  2. I call those functions in my game logic, and use WWW to load the highest score table. If so, how can I use some functions in my webpage from Unity Engine?

Any comments would be helpful, Thanks guys!!

Hi, welcome to the forum!

There’s a full server side highscore example using PHP on the Unify wiki.

Thank you very much. Didn’t know there is a wiki here :lol: