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,
- I should create a function by using PHP/ASP to load the data from mySQL database.(Does Java work? I know more about Java…)
- 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!!