Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Which is the best to learn? What are there advantages and disadvantages?

share|improve this question

closed as not constructive by Mat, Michael Petrotta, Cat Plus Plus, Lex Li, ChrisF Apr 22 '11 at 13:35

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

In my experience, UDK is the easiest to learn with its fantastic UnrealScript where pretty much any environment variable can be controlled. It also is the most powerful with complemented tools with superb Autodesk 3ds Max / Maya integration. UDK is free by the way.

Unity is based on Mono which provides C# as the scripting language. If you know C# and want to have the absolute power of Visual Studio, Unity will fit the bill. On the other hand, Unity is not free.

CryEngine is the most fascinating of all in terms of graphics and it is bundled with a superb environment editor. On the other hand it is the most expensive of all. Plus it may not be extendable as UDK or Unity, especially if you want to use it in visualization.

share|improve this answer
6  
UDK is free to play around with but for a commercial project you need to buy a license or a mix of a license+royality. With Unity3D on the other hand you do have a free version and paid (Pro) version. Now free version of Unity3D is not restricted on how you can use - so you can use it for commercial projects. The Pro version is also quite cheap (compared to UDK license). CryEngine is quite extendable, given you have the right license (again). But it is as you mentioned quite over the top in price. – Bartosz Ptaszynski Jul 5 '11 at 22:55

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