在Windows Azure中部署Unity3D

MaT*_*MaT 5 c# windows asp.net azure unity-game-engine

我有点困在windows Azure平板电脑上.目前,我在Azure上运行了一个ASP.NET MVC 3 Web角色.但我想部署一个Unity3D Web Player应用程序.我该如何执行此任务.如果我想在网页上部署Flash应用程序,我认为这是完全相同的.我有一个.unity3d文件,而不是.swf文件.有人做过某种事吗?

非常感谢 !

Avk*_*han 4

是的。你只需要做两件事:

  1. 在 Azure VM 中安装 Unity Web Player 组件:为此,您只需要一个启动任务即可静默下载并安装 UnityWebPlayer.exe,无需 UI。要了解有关启动任务的更多信息,请参阅此处

  2. 在 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

那应该足够了。