-
Notifications
You must be signed in to change notification settings - Fork 96
Description
Some reference to the SDK, such as the developer site or a wikipedia article.
HDRP is a new render pipeline from unity capable of high-end AA+ graphics built into the engine. It's fairly new, and is in many ways a different thing than the usual +20k games made in unity.
It's a major choice made at the start of a game's development, and is extremely hard and sometimes relatively impossible to switch to after heavy production. You can think of it as a different graphics engine within unity. Would be really interesting to have this on there. It's now starting to get more game releases, and it will increase dramatically in the next year.
https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@10.6/manual/index.html
IMPORTANT: Some unity games use IL2CPP to compile, leading to C++ source code. To find the .dll files, you'd need to search through the meta data or dump game assembly.dll, which I did and confirmed all games in here I listed are using HDRP. I'm just not sure steamDB can do the same thing. But even if it can't, this is still worth it.
SteamDB links
https://steamdb.info/app/1190000/
https://steamdb.info/app/1466640/
https://steamdb.info/app/1213740/
https://steamdb.info/app/1161580/
https://steamdb.info/app/1078760/
Possible way to detect it
Unity.RenderPipelines.HighDefinition.Config.Runtime.dll
Unity.RenderPipelines.HighDefinition.Runtime.dll
These two are only included if HDRP is the render pipeline being used. There can only be one render pipeline.