So, I look in the html file, and come across the URL for the unity3d file:
http://kon-tiki-racing-l7ridrjau0wlm1sup04sq.fb.playerio.com/fb/kon-tiki-racing-facebook-app/Web.unity3d
When I download that with curl, and look at the file, it's a text file that shows:
Sitebox Error: You tried to serve a resource ('Web.unity3d') directly. You have to use the url
tag to get the proper url to the resource in your templates: {% url 'Web.unity3d' %}
So, my assumption would be that Sitebox (whatever that is) doesn't like the way the `unity3d` file is handled on the website. So when you request it you get this text message instead of the unity file.
↧