简体   繁体   English

为什么当尝试在C#中创建新的XNA 4.0项目时,我只能看到4个模板?

[英]Why when trying to create new XNA 4.0 project in c# i see only 4 templates?

XNA项目

In the original i should have 9 templates like it show in the official microsoft page: 在原始版本中,我应该有9个模板,例如在正式的Microsoft页面上显示的模板:

XNA 4.0 Microsoft XNA 4.0微软

Microsoft decided xna is obsolete. 微软认为xna已过时。 They now want you to use it only for Windows Phone games. 他们现在希望您仅将其用于Windows Phone游戏。 It's because xna works with Dx 9. 这是因为xna与Dx 9兼容。

You can still reference it within Win Forms projects but you won't be able to use the Content Pipeline. 您仍然可以在Win Forms项目中引用它,但是将无法使用内容管道。

An alternative is MonoGame. 另一种选择是MonoGame。 It's an open source implementation of xna. 这是xna的开源实现。 It even supports many different platforms including mobile ones. 它甚至支持许多不同的平台,包括移动平台。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM