Recommendation for what game engine I should use?

Started by
12 comments, last by EddieV223 10 years, 5 months ago

Most engines are going to require you to put in time to learn them, personally having worked with CryEngine and UDK, I would count them out on the basis that they are very large and complex engines that are difficult to learn and very technical (not nice for designer oriented development).

Unity is an excellent choice, once you understand the UI. Unity is very open ended in the games it can make, the only downside is things like FPS require more code to implement than in UDK, although the asset store will save your ass here as there are hundreds of scripts available. Unity also has an addon visual scripting system called Playmaker, which will help you achieve your designer oriented development.

Lastly I'd like to add another engine to the table if you really don't like Unity. Shiva3D. Its quite a nice engine, super cross platform. It uses Lua as a scripting language, which I can testify to being a wonderful and easy to learn language. Its not free for a commercial license, but it's still cheaper than Unity Pro.

Personally I would go with Unity, although I'd like to hear more thoughts.

Advertisement
I wanna throw Torque3d MIT out there this is free and open source you can make it do what YOU want

I wanna throw Torque3d MIT out there


Great option for a programmer, but I'd say in this case it's definitely going to fail the "designer friendly" requirement.

- Jason Astle-Adams

++unity.

If this post or signature was helpful and/or constructive please give rep.

// C++ Video tutorials

http://www.youtube.com/watch?v=Wo60USYV9Ik

// Easy to learn 2D Game Library c++

SFML2.2 Download http://www.sfml-dev.org/download.php

SFML2.2 Tutorials http://www.sfml-dev.org/tutorials/2.2/

// Excellent 2d physics library Box2D

http://box2d.org/about/

// SFML 2 book

http://www.amazon.com/gp/product/1849696845/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=1849696845&linkCode=as2&tag=gamer2creator-20

This topic is closed to new replies.

Advertisement