Unity May Never Win Back the Developers It Lost in Its Fee Debacle::Even though the company behind the wildly popular game engine walked back its controversial new fee policy, the damage is done.

143 points

permalink
report
reply
16 points
*

Oh we’re well beyond “Find Out.” We’re at Uniexit

permalink
report
parent
reply
130 points
*

They shouldn’t. They’re not apologizing for what they’re doing, but are behaving like politicians, changing the rhetoric to try to get people to like what they’re going to do anyway.

permalink
report
reply
22 points

Are we sure it’s not the politicians behaving like they’re running a business? 😅

(It’s probably both groups behaving like they’re trying to manipulate a large populace to meet their goals, no big conspiracy, just coincidentally they’re both trying to accomplish the same thing.)

permalink
report
parent
reply
12 points

Are there even distinct groups we’re talking about anymore?

permalink
report
parent
reply
3 points

insert “They’re the same picture” image here

permalink
report
parent
reply
2 points

Another fun thing to deal with thanks to Reagan’s worthless ass. The only good thing to come from that pile of shits presidency was his dementia.

permalink
report
parent
reply

Reagan should certainly be known as one of the worst people to occupy the Presidency, but I think for a bigger perspective on how we got to this place, the 1886 SCOTUS decision to recognize corporations as people is a good start.

permalink
report
parent
reply
117 points

The thing is, they don’t even have to lose all their developers. They just have to lose enough so that introductory gamedev classes start being taught in Godot, indie devs start seeing Godot as a viable option and employers start posting listings looking for Godot experience. Unity was the default engine for lower-budget games for years, and now that’s gone.

permalink
report
reply
44 points

one of the best things out of all this is how many new people are now making youtube tutorials on Godot. The huge amount of new monthly donations to the Godot Foundation is also great

permalink
report
parent
reply
16 points

I hope to see a lot of the features added to Godot that Unity refugees have been requesting and working on (because, yknow, open-source) and would expect to see at least 25% Godot 25% Unity 50% Unreal in the job market. Although honestly it is more likely that Unreal takes up a larger share of the market going forward, whereas in the past it has been like 60% Unity positions and 40% Unreal positions (due to Unity use on smaller projects, indie games, and use in the VR training industry).

permalink
report
parent
reply
4 points

2D projects also used Unity at a very high rate. Unreal has never really been considered suitable for 2D work. I’m not sure if Godot is.

permalink
report
parent
reply
4 points

Godot has been used mainly for 2D as it didn’t support 3D until fairly recently.

permalink
report
parent
reply
2 points

For general 2d development, Godot is much better than unity already. It doesn’t have everything that unity does but what it has is much more efficient and easy to understand.

Though the opposite is true for 3d.

In short: Unity is a 3d tool where you can pretend one of the dimensions doesn’t exist to make 2d games (but it’s still running a 3d environment behind the curtains, you’re just not seeing one of them), while godot is a 2d tool that gives you an optional third dimension for some stuff.

permalink
report
parent
reply
3 points

Waiting for the ability to target mobile in c# and for embedding to work… should see that in the next year I think with the renewed focus on it… we don’t use many unity features but those two are kinda showstoppers right now.

permalink
report
parent
reply
16 points

Should I start learning Godot? I’m not a game dev, but I know C/Cpp and game dev has been interesting to me.

permalink
report
parent
reply
25 points

Nobody can tell you in advance how far your interest in game dev will take you. Only one way to find out: start small (some tutorials, build some crappy first) and see if your interest sticks around as you up the challange.

Maybe game dev in Godot will end up being a significant chapter in your life, maybe it will just be a small sidequest. But once you’ve given it an honest try, no matter the outcome, you at least will know if it’s something for you or not. That in itself is already worth something.

And who knows: maybe Godot is just your entry gateway to something else you discover along the way, which you wouldn’t have discovered if you hadn’t taken on the challange in the first place.

permalink
report
parent
reply
6 points

I side quested JS/React and went back to embedded. But the side quest definitely allowed me to understand more things and the variations in coding languages.

permalink
report
parent
reply
11 points
*

If you know C++ already, Unreal is a much more natural starting point than either Unity or Godot.

Unreal is what gets used in many AAA shops - it’s not a monopoly by any means but it is the most common off-the-shelf engine in the industry. Unity’s main edge is that it’s easy to learn but if you are comfortable in C++ then there’s no real benefit to Unity.

Godot uses GDScript, which is a custom scripting language that’s meant to be easy to learn. It’s FOSS so you don’t need to worry about being screwed over - but it’s a lot less mature than something like Unreal which can ship on everything you can think of.

But my advice is to make small things. Don’t hyperfocus on a dream game. Just make things that will take a weekend (maybe a week at most). Then move on to something else.

When I was getting into game dev, I made a couple simple projects then jumped into my dream game. I spent so long making that one game that I never finished.

When I got hired in the industry, they cared more about what I released than what my education or job experience was. Because that one big game was never finished, I wound up with my smaller “just getting started” games on my resume; stuff I had made but wasn’t proud of. But those games were at least finished and available to the public… and they were what got me hired, not my magnum opus overscoped unfinished indie game I never completed.

permalink
report
parent
reply
2 points

Thanks! My C/Cpp knowledge is from embedded programming, arduino and now moving to just Cpp coding. I keep hearing people say python is easier or such thing is simpler but I just can’t see c/Cpp as unapproachable. Plus at least with embedded python gets translated to c for the core to run. Right now I’m playing with LVGL for embedded screen interfaces. It’s fun. I’ll dig into unreal when I get a moment of boredom/hyperfocus.

permalink
report
parent
reply
6 points
*

If you want to use C/C++ you may be more interested in O3DE, although it’s a AAA specialized game engine that’s not very user friendly. If you’re new to game dev in general, then Godot is definitely the easiest to get started with, but you should use GDScript and not C/C++.

EDIT: or just make your own little game engine with OpenGL or Vulkan, That’s probably the most effective way to learn nearly everything…

permalink
report
parent
reply
1 point

There is C# support in Godot. I’m not sure how many tutorials have been made with it in particular, but I think there’s plenty. Plus their docs go over the API differences so shouldn’t be hard to use in any case

permalink
report
parent
reply

Unity engaged not only in a massive attepted money grab but then tried to back it with some bad-faith action like quietly deleting user protections from its TOS.

We have seen the true face of the Unity company and it wants to prey on its clients. Also the timing (during an ongoing trend of enshittification) reminds us publicly-owned companies are not our friends. In fact, the are adversarial to their own employees and customers.

The company needs to show an immense amount of contrition (say firing its top officers) or it needs to wither to a quarter of its current value.

permalink
report
reply
73 points

I’m reminded of a motivational poster at my first job. “Unhappy customers may not complain. They just won’t come back.”

permalink
report
reply
27 points

That’s how I do. I don’t like to publicly complain unless I was clearly ripped off.

permalink
report
parent
reply
12 points

Your first job had a weird idea of motivation.

“You might suck, but no one will tell you!”

permalink
report
parent
reply
10 points

‘90s: “And that’s why we need to make sure they’re happy with our products and services”

2020s: “And where the F they wanna go? We’re a monopoly and they’re locked into our tech ecosystem”

permalink
report
parent
reply

Technology

!technology@lemmy.world

Create post

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


Community stats

  • 18K

    Monthly active users

  • 11K

    Posts

  • 505K

    Comments