English 中文(简体)
Windows Azure 中的部署统一3D
原标题:Deploy Unity3D in Windows Azure

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 ?

非常感谢!

最佳回答

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

  1. 在您的 Azure VM 中安裝 Unity Web Player 元件: 要在 Azure VM 中完成您只需要启动任务才能下载和安装 UnitedWebPlayer. exe 。 要在无 UI 的情况下静默地下载和安装 UnitedWebPlayer. exe 。 要了解更多关于 United startf 任务的信息, 请见 < a href=>http://blogs. msdn.com/b/avkashchauhan/archive/2011/03/17/ use- startup- task- in- windowows- azure- detailed- summary.aspx" rel = “ nofoln noreferr> 这里

  2. 在 IS 中设置 United3d MIME 类型 :

    2.1 http://blogs.iis.net/bills/archive/2008/03/25/how-to-add-mime-types-with-ii7-web-config.aspx

    2.2 < a href="http:// questions.unity3d.com/ questions/28968/mime-sefiles-for-unity3d-file-type.html" rel=“不随从 Noreferrer" >http://meditions.unity3d.com/ questions/28968/mime-sefiles-for-unity3d-file-type.html

这应该足够了。

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签