from Hacker News

Unreal Engine 4 is now available to everyone for free

by doxcf434 on 3/2/15, 4:54 PM with 240 comments

  • by scott_karana on 3/2/15, 5:08 PM

    It appears they've backed off on the royalties, too: originally, it was 5% of gross[1], and now it's 5% of gross after $3000 sales per quarter.[2]

    1 https://www.unrealengine.com/blog/welcome-to-unreal-engine-4

    2 https://www.unrealengine.com/blog/ue4-is-free

  • by outworlder on 3/2/15, 5:12 PM

    How does it fare against Unity?

    My understanding, from previous versions, is that Unity offered a lot more tooling than Unreal. Also, Unreal's SDK demanded a lot of C++ code, which can be unappealing for small studios compared to Unity's Mono and several possible (managed) language choices.

    However, Unreal appears to be much more capable, and better performing.

    Also, is Crytek still competitive? It used to be competitive with Epic's offering, but was Windows-only.

    EDIT: Unreal does have a comparison page for Unity developers: https://docs.unrealengine.com/latest/INT/GettingStarted/From...

  • by SloopJon on 3/2/15, 5:19 PM

    Very cool. I can now go from feeling guilty about not finishing a project in Unity Indie to feeling guilty about not finishing a project in Unreal. Seriously though, I'm kind of interested in using this as a playground for the Leap Motion SDK.
  • by gfodor on 3/2/15, 5:10 PM

    Smart. Their previous revenue model was contradictory. Now it makes sense, they want to remove all barriers for building your game on UE4, and focus on making money if you are successful.
  • by jokoon on 3/2/15, 8:52 PM

    How really easy is it to set up a beginner's project with this engine ? I mean it's a commercial engine, it has all the bells and whistles, but how easy is it to learn it ? Does it require one to use the editor to use the engine, or can I start with a simple bit of code and start going from there ?

    What I hate about unity is the whole interface editor thing, it's big and you must use everything to use it. Is this Unreal Engine more earth to earth when it comes to programming ?

    If it's a powerful 3D renderer but it's hard to use for simple things and it's not easily extensible, it's not really worthwhile.

    I see it's very powerful, but I'm still wondering about the real utility of an "engine" versus a library.

    For example, if you have some new idea and you are a programmer, and you want to be able to experiment and not be constrained by the design of the engine, I doubt such engine would really be relevant. Programmers need simple tools and frozen platforms.

    I guess this engine is great for small studio who want to make a real 3D game quickly, if their programming style fit well, but if you're an indie or a demoscener and you're just experimenting, this engine is just too powerful.

    I mean it's great to have such great and powerful tools (if they can last at least 5 year and not make projects obsolete) for free, but I don't see becoming a standard in the game programming community, and I don't know why...

  • by jrlocke on 3/2/15, 5:21 PM

    A demo of the astounding capabilities for those who haven't seen:

    https://www.youtube.com/watch?v=Y6PQ19BEE24

  • by cdnsteve on 3/2/15, 7:37 PM

    Update: think you need to register first: https://accounts.unrealengine.com/register/index

    Is it just me or is the source not public yet? https://github.com/EpicGames - No public repos

    https://www.unrealengine.com/ue4-on-github

  • by nailer on 3/2/15, 5:44 PM

    For someone who's actually using UE4 as an artistic break for web dev, I thoroughly recommend it. It allows you to create great environments with beautiful lighting. 4.7 can export to HTML5 too.
  • by mattdotc on 3/2/15, 5:20 PM

    Wow, this is great. I really have no excuses now to not be playing with this on my downtime.
  • by bladedtoys on 3/2/15, 6:08 PM

    I'm very glad of course but...

    ...technically all they did was lower the price by $19 a month.

    ...and bought a lot of press for that

    ...and a lot more shots at the 5% revenue.

    It's really great of course. But better yet, it's really very clever.

  • by rl3 on 3/2/15, 7:07 PM

    I just subscribed two days ago. The $19 subscription fee wasn't a big deal, but even so, I now have a $30 Unreal Engine Marketplace credit.

    What a great way to handle it.

  • by johntaitorg on 3/2/15, 5:05 PM

    It's available at no charge, but it's not free.
  • by antihero on 3/2/15, 8:55 PM

    I'd be interested to see how the royalties work when UE for is not the primary part of the product.

    Say, hypothetically you had an advanced visualisation component that you wanted to build in UE, or a virtual tour part of a much larger app. Or even using it to provide some sort of AR experience, however this was just one feature of a much much larger project, which revenues could be in the millions. Does that mean they get 5% of the whole thing? Or just the part that directly relates to the game engine?

    Not knocking it, I think it's a great model, but it does make for an interesting problem. I think Unity is a better choice for this sort of scenario, of course, but still.

  • by sago on 3/2/15, 11:29 PM

    Nice.

    Your move Unity. $4500 per seat up front or $225 per seat per month for all-platform access is looking even less appealing for small Indies.

  • by toufique on 3/3/15, 4:09 AM

    I'm hiring a technical Product Manager to work with the Unreal Engine. E-mail me if you're interested in the space, toufique at Google's e-mail service.com
  • by arca_vorago on 3/2/15, 11:09 PM

    I subbed as soon as UE4 came out, and have been loving it so far. I have had extensive arguments with a fellow dev about Unity, but he has access to 5 while I don't want to pay the huge upfront cost just to have access to the same pipeline to help him, and I feel like the cost of Unity is the main barrier to me using it.

    Epic is really getting ready to eat Unity's lunch I think. The graphical quality of Unity 5 is comparable, but Epic is making huge updates on short timeframes and they keep doing stuff like this.

    For anyone interested, blueprints are great for prototyping, but once you have too much complexity in a BP it can easily cascade inefficiencies to the point it becomes very noticeable, so I would suggest using C++ with VS 2013 community edition, which now works with the plugin the Epic provides.

    Also, there are some features that you can only access if you compile the engine yourself, so that is probably also a good idea for anyone serious about their project.

  • by keyle on 3/2/15, 10:31 PM

    I always thought it would eventually be free, but I had never imagined it'd be so quick! This is great news for the adoption rate.

    However, while I like Blueprints and hate C++, I still think it needs something in between such as Lua or C# (I'm fluent in both, both come with pro/cons)

    Also, with this news I'm a bit concerned about it being free, the growth that may lead in a lot of trolling on forums and misinformation. By that I mean, if you have a financial commitment to something, you're a lot less likely going to bash it publicly since you've put your money down towards it. I hope that they can keep the quality of the community to high standards like they have, with clear questions and answers.

  • by MrDosu on 3/3/15, 12:54 PM

    Is this because I now get a free proprietary game engine with every single Kickstarter game sponsoring?

    About time we stop the 500 monkeys reinventing 500 wheels in parallel (at least it's concurrent monkeys, they smell nicer).

  • by jstelly on 3/2/15, 6:45 PM

    Removing most of the business complexity around licensing an engine is a big deal for small developers. This is good news.
  • by legohead on 3/2/15, 5:35 PM

    Has anyone got it to install? I downloaded installer for Mac (57mb), and when I launch/login, it says "No Engine installed", but no links on how to install the engine. My profile has a link to download the engine, but it just downloads the installer again.
  • by archagon on 3/2/15, 6:11 PM

    Has anybody done UE4 dev on lower-end computers? I want to make games that can run on laptops with decent integrated graphics (Iris Pro). Does UE4 allow you to turn down all the fancy effects in order to do this at 60fps?
  • by itsbits on 3/2/15, 6:32 PM

    Sigh!..they are refunding..renewed it just last week..

    would love if they support WP8.1 as well..

  • by bpg_92 on 3/3/15, 12:53 AM

    This is such good news!!!!! I wanted to do something for VR and since I am just one dev things seemed hard doing things the native way. This just made my day.
  • by LeicaLatte on 3/3/15, 6:21 AM

    I used to pay for UE4 and they have now provided me a 30$ coupon to use in the marketplace. 👍 Epic thinks through everything nowadays.
  • by sparaker on 3/3/15, 1:15 AM

    Awesome! I have always wanted to work on Unreal Engine 4, but have almost always been a bit skeptical on the pricing.
  • by zerr on 3/2/15, 7:22 PM

    I wish Xamarin had a similar license...
  • by hosseingt on 3/3/15, 7:30 AM

    not everyone I can not see the website from IRAN unrealengine blocked our IP !!!!
  • by wampler on 3/3/15, 4:56 PM

    Current subscribers get a $30 refund and store credit. Good times!
  • by kirillp on 3/2/15, 6:23 PM

    Awesome, thats the way it should be.
  • by sillyryan on 3/3/15, 6:41 AM

    has anyone here tried it? What was your experience?
  • by curiously on 3/2/15, 7:23 PM

    So my question is this.

    Can you use UE4 to build large online worlds like those in Rust and The Forest? Or is there a limitation like some people have suggested? What is the specific limitation exactly it hasn't been clear.

    Can you use UE4 to build cross platform games, on mobile and browser?

    Does UE4 have something like Crytek's terrain editor? That's my one favorite thing about Cryengine is their environment editor.

  • by benihana on 3/2/15, 7:06 PM

    Fantastic. Absolutely fantastic.

    The last barrier to entry to someone who's trying to explore game making with Unreal has been removed. Thank you, Epic!

  • by curiously on 3/2/15, 7:17 PM

    wow this will absolutely kill the cryengine unles they also go free.
  • by PinnBrain on 3/2/15, 6:32 PM

    mark _down_ `test`
  • by valarauca1 on 3/2/15, 5:11 PM

    The Unreal Engine is free neither as beer, or freedom.

    Its free as in a mob protection money is given freely, with a lot of strings attached.

    Overall a very smart strategy. Free Software Walled Gardens I highly believe will start to become a common thing in the software industry. As you get most the benefits of Free Software, without the normally feared industry risks.