- Home /
Leaderboard works on stand-alone but not when HTML?
Hi all,
I've been working on this for the past 15 hours or so and I can't get it working.
I have a leaderboard that at the moment, for testing purposes, gets how far the user has walked and then they can submit that score to a database I have stored on GoDaddy.com
Now, it works fine when i run in through the unity player. I can see the scores being downloaded and I can add a new score. But when I submitted the game to Facebook and on my website domain, it doesn't work.
I followed this tutorial when coding: http://wiki.unity3d.com/index.php?title=Server_Side_Highscores
The Facebook version is getting the HTML file from a parse domain. (https://parse.com/)
What's even more confusing, is that the Facebook version can't even download the scores stored on my GoDaddy database. Is this because I don't have SSL for my domain on GoDaddy?
If that's the case, how comes everything works fine on the unity player but not on Facebook?
If you need to see further on what's going on, here are the links..
The HTML file submitted to GoDaddy's hosting: http://gamingdawn.com/Desktop.html
The Facebook version uploaded using parse: https://apps.facebook.com/unitytestdev/
To Sum Up:
Unity Player - Everything works as it should be GoDaddy Version - Scores are downloaded but can't be submitted Facebook Version - Scores are NOT downloaded and scores CAN'T be submitted
Had to make this as detailed as possible haha.
Any help is appreciated in solving this problem!
Thanks!
Your answer
Follow this Question
Related Questions
Regarding Facebook Friends Profile Pictures. 0 Answers
facebook GetPictureURL logs different URLs, but shows same texture2d image 0 Answers
PlayFabTitleId is null. 1 Answer
Facebook Leaderboard (Android) 3 Answers
Facebook friends leaderboard (Android) 2 Answers