logoalt Hacker News

Cpolltoday at 6:06 PM5 repliesview on HN

> Every game engine has a sort of "grain" to it where it tends to produce games with a certain look and feel.

I think this is a bit of a myth. Unreal gets this criticism a lot, but it's usually because many studios choose to stick close to the rendering defaults, which does lead to a certain look.

To that point, it's probably a lot cheaper to configure Unreal or Unity into a unique "grain" than it is to develop your own engine. It's also possible to use custom physics instead of those built into the engine.


Replies

zetanortoday at 7:20 PM

There's only so many built-in and drop-in components available for the big engines; player movement, physics, render pipeline plumbing, UI frameworks, user settings, etc. You definitively do notice these things, if you care. It doesn't help that many devs (even AAA) keep bad defaults, so a huge chunk of Unreal games release with a comically-bad, laggy motion blur turned on.

Someone certainly could painstakingly replicate each badness of Unreal in Unity (and vice-versa), but until then, UE and Unity games often do feel like UE and Unity games. It's also rare to play a UE game that feels good and polished.

show 1 reply
superxpro12today at 6:53 PM

I can pick out a creation engine game from a mile away. Engine "Grain" is a real phenomenon. Same for UE5. There's just something about the lighting and the FPS 'feel' that is a dead giveaway.

show 1 reply
npinskertoday at 6:17 PM

Also, studios with their own engine may release one or two fresh-feeling games, but across repeated releases, a custom engine is going to become strangling and repetitive way faster than any off-the-shelf option.

torginustoday at 6:35 PM

Yeah but afair UE5 Nanite + Lumen + Megalights + whatever is meant to work together, you can't just replace or turn off one of them without it affecting the others.

So your choices are to tweak the defaults (which are not bad, but generic and the same as everybody else's), or rebuild the whole renderer (like ARC raiders did for example)

show 1 reply
hluskatoday at 6:20 PM

So it’s a myth but there’s a good reason to believe it happens?