Can I create games using XNA if I have Visual Studio 2010 installed?

谁都会走 提交于 2019-12-12 11:34:14

问题


Pretty straight forward question. Thank you.


回答1:


To be a pedant, yes you can: just not inside of VS 2010. You can install a 2008 Express version side-by-side and use that, until they update XNA for 2010.




回答2:


Basically: XNA Game Studios 3.0 and 3.1 go with Visual Studio 2008. (Note: anywhere I say "Visual Studio" it also applies to Visual C# Express.)

XNA Game Studio 4.0 (currently in beta) goes with Visual Studio 2010. (Note: XNA GS 4.0 is part of Windows Phone Developer Tools).

Both Visual Studio and XNA Game Studio (and the XNA runtimes, for that matter) can be installed side-by-side with older/newer versions of the same.

XNA Game Studio (which basically means the content pipeline, push to Xbox, project wizards, etc) will only integrate with the associated version of Visual Studio.

Of course you can reference any version of the XNA assemblies from any version of Visual Studio. But without the content pipeline it can be a bit limiting.




回答3:


XNA GS 3.0 won't work inside of VS 2010. There is no .net 4.0 version yet




回答4:


No , Currently Visual Studio 2010 does not support XNA . But you have a option of installing XNA Game Studio 4.0 CTP .

But i think it is for Windows Phone 7 .




回答5:


Not yet. Will be supported in the future.



来源:https://stackoverflow.com/questions/3261682/can-i-create-games-using-xna-if-i-have-visual-studio-2010-installed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!