Earlier quoted context omitted.
Does $3000 reset every quarter or it it a one-tune limit? Is it (gross - $3000) * .05 or gross .05 when the condition is met? The phrasing is ambiguous, unless I'm missing some grammar rules. And no, I'm not asking out of pedantry.
My initial reading is (gross - $3000) * 0.05, but I imagine they spell it out precisely somewhere.
Unreal Engine 4 is now available to everyone for free
51–60 of 249 posts
Re: Unreal Engine 4 is now available to everyone for free
#52A demo of the astounding capabilities for those who haven't seen: https://www.youtube.com/watch?v=Y6PQ19BEE24
Re: Unreal Engine 4 is now available to everyone for free
#53It's available at no charge, but it's not free.
I don't see the reason for downvotes. The parent's sentiment is pointed, but has merit. It's initially doesn't cost anything, but if you want to charge for a game, it costs you. You also don't get many freedoms along with it, you gain no rights on the code and are bound to whatever Epic comes up with later.
That's just it though; if you wanted to use this to make a completely free GNU/Linux game, you could, without ever paying a cent to Epic. If you do decide to make a game for profit, it's only when you "make it" that you have to pay for your tools. I see it as a fair and equitable arrangement, where both sides profit if and only if the developer is successful.
Re: Unreal Engine 4 is now available to everyone for free
#54It's available at no charge, but it's not free.
I don't see the reason for downvotes. The parent's sentiment is pointed, but has merit. It's initially doesn't cost anything, but if you want to charge for a game, it costs you. You also don't get many freedoms along with it, you gain no rights on the code and are bound to whatever Epic comes up with later.
Re: Unreal Engine 4 is now available to everyone for free
#55...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.
Re: Unreal Engine 4 is now available to everyone for free
#56Earlier quoted context omitted.
If you don't need the C++ performance, my guess is it makes more sense to go with Unity and use their C# version.
It's not as clear cut. You can use C# with Unreal Engine if you prefer, and Unreal Engine offers a lot that Unity doesn't (e.g. Blueprints). I recommend everyone interested in the two try both. I personally prefer Unreal Engine, but everyone is different. Unreal Engine is also moving quite quickly, adding new features, marketplace content, improving the UI, etc.
Re: Unreal Engine 4 is now available to everyone for free
#57Re: Unreal Engine 4 is now available to everyone for free
#58It 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
Does $3000 reset every quarter or it it a one-tune limit? Is it (gross - $3000) * .05 or gross .05 when the condition is met? The phrasing is ambiguous, unless I'm missing some grammar rules. And no, I'm not asking out of pedantry.
Not only does it reset per quarter, it is per product as well.
Re: Unreal Engine 4 is now available to everyone for free
#59Has 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?
I don't have any experience with Unity to compare, though.