我有点坚持使用 Windows Azure 平台。目前,我有一个在 Azure 上运行的 ASP.NET MVC 3 Web 角色。但我想部署一个 Unity3D 网络播放器应用程序。我该如何执行此任务。如果我想在网页上部署一个flash应用程序,我认为这完全一样。我有一个 .unity3d 文件,而不是 .swf 文件。有人做了什么吗?
非常感谢 !
是的。你只需要做两件事:
在您的 Azure VM 中安装 Unity Web Player 组件:为此,您只需要一个启动任务即可在没有 UI 的情况下静默下载和安装 UnityWebPlayer.exe。要了解有关启动任务的更多信息,请参见此处
在 IIS 中设置 Unity3d Mime 类型:
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
这应该足够了。