- Home /
How to make a highscore database for unity?
I have been looking around, but I haven't found the perfect answer yet. I want to to send scores from unity to a database, without a username. And display the highest scores in the highscore menu. How do I do that? Please explain in detail. Thank you.
do you have a machine set up as a server yet? I use an http server written with node.js to make logs for my last game. I use the WWW command in unity to send and request info to the server. if you need any help setting up a server let me know what you have done so far.
Answer by iamsidv · Oct 13, 2016 at 07:01 AM
@MrTopGamer this url includes everything you need to know about setting up a database, sending and retrieving scores from the database.
http://wiki.unity3d.com/index.php?title=Server_Side_Highscores
Your answer
Follow this Question
Related Questions
Saving a leaderboard using PHP and C#. 2 Answers
WebHosting with phpMyAdmin PHP 0 Answers
How to get Variable from Php Script? 0 Answers
Unity PHP Database is going haywire 0 Answers
Player score update with PHP MySQL 1 Answer