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 am currently starting development on a FPS game. I haven't decided on a developement tool. I am really drawn to Unity 3D but not sure how good the software is compared to others (the game has to have smooth multiplayer). Does Unity have multiplayer support? I couldn't really tell from the website.

share|improve this question

1 Answer

up vote 6 down vote accepted

If you are at this junction for hobbyist programming or self-teaching, my advice is to simply dive in. You will learn a lot simply making any decision. In particular you will learn that no engine is a magic bullet for building your game. You will see useful things already built for you, and you will see shortcomings requiring raw development time for logic specific to your game.

If this is for a professional project or you are simply worried about investing time in a particularly poor fitting system by mistake, I think you can look at the adoption, community size, and multiple platforms of support offered by Unity and deduce that it's a mediocre choice at worst. Personally, I have been using Unity for about 6 months now and find the engine to be time saving and enjoyable, and the community to be active.

Unity does have multiplayer/networking support however I have not personally used it yet. From a few minutes of Googling, this PDF Unity Multiplayer Tutorial looks useful and up-to-date enough.

See also:

share|improve this answer
yeah thanks mate much appreciated. the project is just a thing im developing for me and my mates because we are getting bored of the games we have already thanks for the tutorials – Developer_Aaron Nov 28 '11 at 23:57
@Developer_Aaron see also the two other links I have just added. – DuckMaestro Nov 29 '11 at 0:38
yeah will do thanks for the help – Developer_Aaron Nov 29 '11 at 1:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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