install xna on visual studio 2012 on windows 8

。_饼干妹妹 提交于 2019-12-11 11:37:38

问题


I just installed windows 8 ultimate and visual studio 2012 ultimate on it. Later I download windows phone 8 sdk and installed for on it so that i will get xna game studio 4.0.

Now I am able to create all kind of apps except xna game for windows and xbox. That one template is missing.

I tried browsing for it and seen is couple of post that Microsoft is discontinuing with XNA? Is is true?

I want to create a touch aware windows desktop game for windows 8.

Is there any work around?

Thanks in advance.


回答1:


First you have to install Games for Windows Marketplace Client

Download: http://www.xbox.com/en-US/LIVE/PC/DownloadClient

After completing the install of the above client software, install your XNA Studio 4 and it should work.




回答2:


Windows Store apps are touch-aware by default, and that's tangential to the use of XNA. In fact, XNA is not an option for building Windows Store applications.

If you do have an XNA application that you want to deploy to the Windows Store, you cannot do that directly. You can, however, use the open source project MonoGame which implements the XNA framework API and supports deployment to Windows 8, iOS, Mac OSX, Linux, and Android.

Update:

If you want to continue XNA development for Windows 8 Desktop applications, that continues to be supported - take a look at Aaron Stebner's blog post for details.



来源:https://stackoverflow.com/questions/13302253/install-xna-on-visual-studio-2012-on-windows-8

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