Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I was searching the web all day for a clear answer, but I didn't get any. I heard that the Unity-Engine is about to come for Windows Phone 8, but I didn't see any release.

Anyway, is it wise to develop 3D-Games by only using the XNA Game Studio without engines?

Maybe you have some experience in that matter. It would be great if you could share your thoughts

share|improve this question
3  
I don't think this question is appropriate on this site because there's no definite or "right" answer to this and it's just a matter of opinion. But numerous of great looking 3D games have been developed without any engines in XNA, so it is definately possible. – Jaakko Lipsanen Jan 27 at 20:00

closed as not constructive by Byte56, Trevor Powell, Andrew Russell, Josh Petrie, Tetrad Feb 2 at 1:41

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

That rely depends on your circumstances. At the moment I working on a simulation based on XNA, but the company does not want 3rd party libraries, so I had to code all from scratch.

So there are some point to check.

  • Check what your client wants/allows.
  • Check what the licence of the engine allows (maybe no commercial use? no mix with other engines, ...).
  • Check what Microsoft Store allows you to use.

Furthermore using 3rd parts libraries has always some problems that might occur:

  • Mixing engines that are not fully compatible.
  • Bug that get not fixed in time.
  • Incorrect/missing documentation.

If your are able to find a good solution for these checkpoints, I recommend to use external libraries, because the save a lot of time.

By the way. As Jaakko Lipsanen said, this question is a little bit broad. So in future, try to specify what you mean with "right". Because due to FAQ, it is not allowed to ask for a opinion.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.