Unity vs Udk?

Discussion in 'Public Game Developers Forum' started by Devlin234, Jan 9, 2014.

  1. Devlin234

    Devlin234 Member

    Oct 3, 2010
    10
    0
    0
    Hi, I am relatively new to developing apps and i was wondering which engine would be better for developing a nice high quality FPS.

    Unity or UDK?

    Thanks for any replies!
     
  2. B.I.G Games

    B.I.G Games Well-Known Member

    Dec 9, 2010
    78
    0
    0
    I've worked with both. I prefer Unity over UDK. Unity in my opinion is easier to use. Honestly it's whatever you are used to working in. if you have no experience working in either, I think Unity has a less steep learning curve. I've also found Unity people are way more accessible and a good bunch of folks.
     
  3. andrewb21

    andrewb21 Well-Known Member

    Dec 6, 2009
    65
    0
    0
    Developer, artist, designer, programmer and janito
    Los Angeles
    Both UDK and Unity are capable of more than most of us could possibly require of them, especially for mobile titles. They could both handle the game you want to make with grace, you'll need to choose one or the other on your own preferences, experience, end goals, etc.

    I use Unity because of it's large community, good (for the most part) documentation and familiar user interface. It handles a lot like Maya (same key shortcuts, 3D heavy interface etc) which is great for switching back and forth frequently. Being able to code in javascript is great for beginners and C# for the no holds bar experience. You can pick up on the basics of javascript (Unitysript) quickly and there are tons of tutorials and teaching courses to learn from. UDK's UnrealScript on the other hand is based on C++ and Java which is great for experienced programmers but for a beginner can become overwhelming and making the learning process more difficult.

    Unity has a more varied and flexible system for 2D and 3D games, whereas UDK is really focused on 3D games. I don't know UDK's licensing deal but with Unity you can use the free version and publish to all mobile platforms at no charge, all the way until you earn $100k at which point you are required to buy the pro version at $1500 or so. UDK is free until a certain profit level ($50k, maybe?) after which point they begin to take a cut of the earnings, if I remember correctly. All things that need to be considered.

    Best of luck!
     
  4. HeshamAmiri

    HeshamAmiri Well-Known Member

    Aug 19, 2010
    92
    0
    0
    Both Engine are capable. UDK is a powerful engine no doubt, with what Iv'e seen in V4 (not sure how much of it will be made available to UDK) it is a truly powerful engine.

    I started with the Torque family of engines when I was young and naive and thought that having the source code was must. I started evaluating other engines when I felt that Torque was not heading in the right direction (or maybe the direction I wanted it to go). It was then when I evaluated Unity among other engines.

    Unity as it stands right now is a powerhouse. With Mecanim (+Mixamo), Shuriken Particles, Navmeshes and the new 2D stuff. The upcoming GUI will address the major short coming left pending.

    The other strengths that Unity has the abundance of free resources and tutorials and vibrant community. Plus the fact that an active Asset Store exists not only puts Unity above any-other indie friendly engine available. Whether you need editor extensions, models, textures or tools, it is all available within Unity itself.

    That being said, I will still evaluate the new UDK version when it comes out, but for now, Unity is my choice.
     
  5. JustinFic

    JustinFic Well-Known Member

    May 20, 2009
    51
    0
    0
    Game Designer / Programmer
    Las Vegas, NV
    [EDIT: Double post. My bad]
     
  6. JustinFic

    JustinFic Well-Known Member

    May 20, 2009
    51
    0
    0
    Game Designer / Programmer
    Las Vegas, NV
    UDK gets 25% of your earnings over 50k, IIRC.

    I actually didn't know Unity iOS was freeĀ— I remember it being an upgrade of a few hundred bucks over Unity Indie. I'd have recommended Unity even if it involved that up-front cost. Without it, Unity is an absolute no-brainer.
     
  7. ThreeCubes

    ThreeCubes Well-Known Member

    Oct 13, 2012
    743
    0
    0
    #7 ThreeCubes, Jan 14, 2014
    Last edited: Jan 14, 2014
    Im starting to get the feeling that there is a clause in the UDK terms of service that any developer using it must endlessly ram it down everybody throats. I dont think ive ever seen an a UDK game developer not mention within the first sentence that there using UDK as if its some amazing engine that only a privilege few get to use, in reality its far less capable than UNITY.

    So it you wish avoid having the letters UDK tattooed on your forehead and having the compulsion to shout "Im using UDK" in every sentence I would go with Unity.
     
  8. originalcopy

    originalcopy Well-Known Member

    Sep 10, 2009
    369
    0
    0
  9. Moonjump

    Moonjump Well-Known Member

    May 17, 2010
    356
    0
    16
    Game designer
    Lincoln, UK
    No, You can publish a commercial game for free. You only have to use the Pro version if your turnover is more than $100,000.

    I use Unity, which is probably the right choice for many. The case in which UDK gets stronger is when working on FPS games, which the original poster says they wish to do.

    My choice was made before UDK, but what I did was try the different available options. A day or 2 with each is a small investment compared to the time it will take to make a game. If the choice has been narrowed down to Unity and UDK, then I would absolutely recommend trying both. It might also be worth trying Project Anarchy.
     
  10. M.O.

    M.O. Well-Known Member

    Apr 10, 2012
    68
    0
    0
    Like @Moonjump said, try all of the engines that look interesting to you. My vote is for Unity but really, either will get the job done for. Also make sure to take into account what programming languages you are strongest with, and what the given engine supports, how custom shaders are written, etc.
     

Share This Page