Nothing annoys me more as a AAA dev than weird, annoying armchair critic nerd-ass dweebs thinking we’re “lazy”. Okay, you try this shit, then. I have the UE5 editor open right now, and I’m busy squashing bugs and optimizing our game. I’ve been doing it for 18 hours a day for months, sometimes 7 days a week. This stuff is way harder than you think, even with the proper amount of time, money, staffing and expertise.
There are a lot of bold promises in Unreal Engine 5 advertisements, that get taken up by publishers and producers - and then end up in the game budgets…
And then, near the end of the project, when it turns out that performance isn’t good because the advertisement promises have been a bit too bold, there is no money for optimization left…
My comment on a different post relates to this well:
I think a lot of the plugin tooling for Unreal promotes bad practices with asset management, GPU optimization, and memory management. I’m trying to say that it allows shitty/lazy developers and asset designers to rely on over-expensive hardware to lift their unoptimized dogshit code, blueprints, models, and textures to acceptable modern fps/playability standards. This has been prevalent for a few years but it’s especially egregious now. Young designers with polygon and vertex counts that are out of control. Extraneous surfaces and naked edges. Uncompressed audio. Unbaked lighting systems. Memory leaks.
I’ve found that in my personal experience in experimenting with Unreal, the priority matches developing DNNs and parametric CAD modelling applications for my day job: effective resource, memory, and parallelism management from the outset of a project is (or should be) axiomatic.
I think Unreal 5 runs exceptionally well when that’s the case. A lot of the time, one can turn off all of the extra hardware acceleration and frame generation AI crap if your logic systems and assets are designed well.
I know this is a bit of an “old man yells at cloud” rant, but if one codes and makes models like ass, of course their game is gonna turn out like ass. And then they turn around and say “tHe EnGiNe SuCkS”.
I can’t think of a single AAA game using UE5 that requires that level of performance due to its size and complexity and doesn’t use audio middleware, which by default compresses audio when generating soundbanks. I have no idea where this myth of “everyone uses uncompressed audio” came from, but it’s annoying and wrong most of the time, as most social media misinformation is. Maybe people think there’s real-time compression of audio at runtime in shipped games? Idk, because that’s just not how anything works; audio files are usually pre-compressed into a nearly lossless audio format before the game binaries are even compiled into a .exe for distribution, and there are usually unique compression settings per-area-of-your-game to further compress less-critical audio into the smallest filesize possible.
Source: literally generating Vorbis/WEM Opus files (for Playstation) in Wwise as I type this.
Which? Because consoles just use AMD APUs which have the exact same hardware features as their current CPUs and GPUs. UE5 games run like crap on consoles too.
It literally says in the article. Hardware IO controllers that handle compression. I guess this is related to DirectStorage but it doesn’t seem like that takes advantage of dedicated hardware on PC (because as far as I know it doesn’t exist) and apparently only a handful of games actually use it.
They also have integrated RAM (like Apple M-series laptops).
All of which are completely irrelevant as to why games run like crap. Those things have zero impact on the game’s framerate, they only affect asset loading and streaming, and even then they do pretty much nothing from what I can see.
I’m not gonna say it’s just marketing, but it comes close imo. I personally benchmarked Ratchet and Clank: Rift Apart’s loading times between a PS5, an NVMe SSD and a SATA SSD. Literally no difference, save for the SATA one being a fraction of a second slower. And that was one of the games thar was supposed to showcase what that technology can do!
(I know it doesn’t run on UE5, but it’s just an example)
UE5 runs like garbage on all platforms. You can load assets as fast as you want, but if the rendering pipeline is slow as hell it doesn’t matter, games will still run like garbage regardless.
Its not too advanced. It encourages developers to be lazy and develop unoptimized games.
Nothing annoys me more as a AAA dev than weird, annoying armchair critic nerd-ass dweebs thinking we’re “lazy”. Okay, you try this shit, then. I have the UE5 editor open right now, and I’m busy squashing bugs and optimizing our game. I’ve been doing it for 18 hours a day for months, sometimes 7 days a week. This stuff is way harder than you think, even with the proper amount of time, money, staffing and expertise.
I would not say “lazy”.
There are a lot of bold promises in Unreal Engine 5 advertisements, that get taken up by publishers and producers - and then end up in the game budgets…
And then, near the end of the project, when it turns out that performance isn’t good because the advertisement promises have been a bit too bold, there is no money for optimization left…
This and DLSS.
Not true. It takes advantage of hardware features that are available on consoles but not on PC. That isn’t laziness.
My comment on a different post relates to this well:
I can’t think of a single AAA game using UE5 that requires that level of performance due to its size and complexity and doesn’t use audio middleware, which by default compresses audio when generating soundbanks. I have no idea where this myth of “everyone uses uncompressed audio” came from, but it’s annoying and wrong most of the time, as most social media misinformation is. Maybe people think there’s real-time compression of audio at runtime in shipped games? Idk, because that’s just not how anything works; audio files are usually pre-compressed into a nearly lossless audio format before the game binaries are even compiled into a .exe for distribution, and there are usually unique compression settings per-area-of-your-game to further compress less-critical audio into the smallest filesize possible.
Source: literally generating Vorbis/WEM Opus files (for Playstation) in Wwise as I type this.
US5 console games didn’t come out super optimized to me too lol
Which? Because consoles just use AMD APUs which have the exact same hardware features as their current CPUs and GPUs. UE5 games run like crap on consoles too.
It literally says in the article. Hardware IO controllers that handle compression. I guess this is related to DirectStorage but it doesn’t seem like that takes advantage of dedicated hardware on PC (because as far as I know it doesn’t exist) and apparently only a handful of games actually use it.
They also have integrated RAM (like Apple M-series laptops).
All of which are completely irrelevant as to why games run like crap. Those things have zero impact on the game’s framerate, they only affect asset loading and streaming, and even then they do pretty much nothing from what I can see.
I’m not gonna say it’s just marketing, but it comes close imo. I personally benchmarked Ratchet and Clank: Rift Apart’s loading times between a PS5, an NVMe SSD and a SATA SSD. Literally no difference, save for the SATA one being a fraction of a second slower. And that was one of the games thar was supposed to showcase what that technology can do! (I know it doesn’t run on UE5, but it’s just an example)
UE5 runs like garbage on all platforms. You can load assets as fast as you want, but if the rendering pipeline is slow as hell it doesn’t matter, games will still run like garbage regardless.