VisualPinball.Engine icon indicating copy to clipboard operation
VisualPinball.Engine copied to clipboard

Lit Shader Graph compatible with both URP and HDRP

Open freezy opened this issue 9 months ago • 1 comments

For standard PBR materials, we should use a shader that works in both URP and HDRP. This is especially important for the asset library since otherwise, we'll need to create every material twice.

As far as I know, it's possible with shadergraph to target both URP and HDRP. The question is whether we can easily access the mask maps in URP (and probably other things).

@Roland09 do you have any experience with this?

freezy avatar Mar 17 '25 13:03 freezy