I'm still regularly asked what options people have for taking forward the games they originally built for Windows Phone 7 with XNA.
If you're not aware this question is driven by the fact that Microsoft removed XNA tooling and support from Windows Phone 8.
There are 2 main options: MonoGame or Unity.
MonoGame is an open source project that aims to provide the same options and APIs for building apps across platforms as were available for building with XNA on Windows.
Unity is a game developing ecosystem for building apps that work across a wide variety of platforms.
So which should you use?
If you already have a code base (based on XNA) that you want to reuse then MonoGame is the obvious choice.
If you have no existing code base or are happy to rewrite it then Unity is probably the way to go. Microsoft seem to be putting more emphasis on this as a solution for game development as it is popular with many big game studios and has a strong cross platform story. After all why would you build for just Windows when you can reach more potential users for your game by targeting multiple platforms?
Is this how things are likely to remain? Well, I don't see Microsoft changing their opinion about Unity in the short term. They've just bought a company who makes a plugin for Visual Studio to help with building with Unity.
If you previously built Windows Phone games with XNA...
Related Posts:
Champions, Ambassadors and MVPsNokia and Microsoft use these titles to identify certain people and reward certain community members. Quite what the different terms mean can be confu… Read More
Where to get icons for your app?So, you need some icons for use in your app. If you just need icons for the application bar buttons, then start with the ones that come with the SDK… Read More
Windows Phone app submission "signing failed" If you ever get a submission report like this (above) it can be quite disconcerting. It's realisitic to think that you may have done something wron… Read More
I'm speaking at MobDevCon in July - Tickets on sale nowOn July 3rd, Naked Element will be hosting Norfolk's first ever Mobile Developer Conference. I'll be there to speak about Windows Phone and applicatio… Read More
Why Windows Phone isn't more popular - the view from the phone shopI know there are lots of people developing apps for Windows Phone who bemoan it's small marketshare. There are lots of opinions on the success (or lac… Read More
Thanks for this article very helpful. thanks.
ReplyDelete