Maciej Swic
Maciej Swic

Reputation: 11359

Unity 3D vs. UDK 3 for iOS

I have a couple ideas for some 3D games/apps and need to know which 3D engine to go with. I like the high-level approach of Unity and UDK. I have done some 2D games using cocos2d before, but I'm entirely new to the 3D world, which is why i think Unity or UDK are a good choice. I know about the differences in licensing, and i am more concerned with the learning curve instead of the licensing cost.

Plans:

Other important points:

Which engine would you recommend for these projects, and why? Preferably, i'd like to pick one and stick with it.

Upvotes: 2

Views: 3880

Answers (2)

Ravi Patel
Ravi Patel

Reputation: 2191

What about cryengine? it free for non commercial use and also provides mono c#.

Check it out CryEngine

Upvotes: 0

Noah Witherspoon
Noah Witherspoon

Reputation: 57139

You’re going to have a way, way better time developing with Unity. UDK’s got a fantastic, incredibly capable engine, but its tools don’t have the ease-of-use of Unity’s, its developer documentation leaves a lot to be desired, and the community hasn’t been using it for long enough for there to be much help to be found there. Some quick Googling suggests you can write your own Objective-C plug-ins for Unity games, so in-app purchases and third-party libraries are definitely a possibility. I think Unity’s your best bet.

Upvotes: 5

Related Questions