|
I have a problem with hosting my Unity3d web application on GAE. When the application loads and the web player starts to request the ".unity3d" file, i use the following python script to make the HTTP response: It doesn't work quite well, it finds the file but the Unity web player give me a "bad file length" error. So can anyone tell me where the problem is ? I think it has something to do with setting the "Content-type", but i don know how to fix it ? Thanks, Samer Samy
(comments are locked)
|
|
Maybe the MIME type is not allowed on the server configuration. Try to rename the .unity3d file to ".txt" and replace the extension in the HTML too. If it works, then you need to add the ".unity3d" file extension to your "MIME Type" list on the server. I am using Google App Engine to host the application, so how can i add my MIME type to it ?
Sep 13 '11 at 07:16 AM
samersamy
You need to contact the support (Google).
Sep 13 '11 at 02:24 PM
Borgo
(comments are locked)
|
