Hey folks, I’m integrating the server side highscores system found here:
http://www.unifycommunity.com/wiki/index.php?title=Server_Side_Highscores
… Which is awesome, so thank you Kevin Lindeman.
However, I’m having some trouble. I can access my database just fine, and submit new entries. reading it is weird though. this php script:
http://www.greenergrassgames.com/loonpop/display.php
isn’t really working. for some people, it works the first time they click it, but not the second. for me, it doesn’t work at all anymore. HOWEVER… if i change the NAME of the script:
http://www.greenergrassgames.com/loonpop/dismay.php
it works fine for me, every time… And I’ve only changed the name. I haven’t edited the script at all.
However, even if I change my unity script to reference dismay.php, it’s still causing a problem. If I run the game in the editor or stand alone, i get a crash with an dialog box telling me “too many threads”.
the web player doesn’t hang or crash, it just chills there and doesn’t return a damn thing.
any ideas? i am completely confused and lost.