I’m a bit stuck with the windows Azure plateforme. For now, I have a ASP.NET MVC 3 Web role running on Azure. But I want to deploy a Unity3D Web Player Application. How can I perform this task. I think it’s quite the same if I want to deploy a flash application on a web page. Instead of a .swf file, I have a .unity3d file.
Did somebody performed some kind of thing ?
Thanks a lot !
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
Yes. You just need to have do two things:
- Install Unity Web Player components in your Azure VM: To achieve that you just need a Startup task to download and install UnityWebPlayer.exe silently without UI. To learn more about Startup task see here
-
Setup Unity3d Mime Type in IIS:
2.1 http://blogs.iis.net/bills/archive/2008/03/25/how-to-add-mime-types-with-iis7-web-config.aspx
2.2 http://answers.unity3d.com/questions/28968/mime-settings-for-unity3d-file-type.html
That should be enough.
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0