Hello everyone, im looking forward to join the Kongregate contest, I uploaded a test webplayer and im now testing it to connect to a database for saving player’s data, but when I used the WWW class, i received an error that the request was rejected because no crossdomain.xml was found ( even though i’ve uploaded a crossdomain.xml already )
I am currently using a free account at 000webhost. a good friend of mine suggested that the probable problem is that it cant find the crossdomain.xml because of the typical free account’s domain like > www.mydomainhere.anotherhere.net < that the Unity webplayer might be looking in anotherhere.net.
If this is the problem, can anyone please suggest me a a good paid webhosting that i can use for database and can handle the crossdomain.xml thing with ease?
Thank you ![]()
Edit:
It can connect to the database when I run it in the Unity Editor. doesn’t work on Webplayers running locally though.