- Home /
Can you run a webplayer game on a Linux Webserver
I can run my game on my computer/local server (localhost) but when I download the game to the Linux Webserver (Hostgator Linux/CentOS) it will not execute. It appers that the unity3d isn't executing since I put a GUI label in the beginning of the ONGUI method. No GUI shows up, only the html part.
Answer by Graham-Dunnett · Jun 23, 2013 at 06:09 PM
There's nothing stopping a Linux based webserver from serving up Unity content. Check that your webserver is configured to serve the unity3d content. You may need to request that hostgator responds to requests for the unity3d
file. You can check this by simply entering the url to the unity3d
file in a browser. If you get the unity3d file downloaded all is good. If you get an error message, then the server is not configured properly. Your google searching will have helped you locate:
http://answers.unity3d.com/questions/28968/mime-settings-for-unity3d-file-type.html
Your answer
Follow this Question
Related Questions
Unity web player for Ubuntu? -1 Answers
Why can't I build Web Player in Unity while I have no problems with building standalone versions? 2 Answers
Unity webplayer ubuntu 2 Answers
WebPlayer on Linux 1 Answer
Is there an Unity Webplayer for Linux ?? 3 Answers