Hey I want to develop a top down 2D game, probably with Sprites (although 3D models with a fixed camera is an option too).
I know it's not a very specific question - but generally speaking which is better for me to use, XNA or Unity?
Thanks!
|
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.
|
Simple games like you want to make do not need large and possibly slow frameworks like Unity. XNA would be better choice, as it doesn't have so much overhead, but I would recommend writing native C/C++ code with OpenGL and/or SDL instead to avoid even more overhead and to have more control of what happens in you game. |
|||||||||||||
|