this post was submitted on 14 Sep 2023
592 points (97.6% liked)

Programmer Humor

32051 readers
1815 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Can they tell the differences between installs or can't they? Either way, they're definitely lying to their users.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] MrPoopyButthole@lemmy.world 29 points 1 year ago (3 children)

I may get downvoted to hell for this, but besides the shady business practices, Unity sucks as a game engine. You can just feel the engine eating resources for no good reason and the gfx don't come close to UE5.

[โ€“] arrowmax@feddit.de 2 points 1 year ago

From a hobbyist dev who dabbled with Unity for several years: The worst part about the engine imo is the fragmentation of the entire ecosystem.

  • There are three major rendering pipelines (HDRP, URP, Legacy), each with their own specific quirks, configurations and dependencies, which are entirely incompatible with eachother.

  • Foundational packages (input handling, networking etc.) change/break way too often or have been deprecated for years without replacement (uNet) and rely on 3d party packages.

And don't even start with the documentation for any of the above. Multiple times have I found documentation for a rendering callback or ShaderLab parameter claiming it would be compatible with URP only to find that the documentation was supposed to be for HRDP.

load more comments (2 replies)