HDRP Screen Space reflections problem

Hi

I have same error on Unity 2020.2 and 2019.4 lts:

Already checked HDRP asset settings to enable SSR
HDRP 7.x and 8.x

6389675--712232--Untitled.jpg

Hi, do you have by any change use HDRP asset assignement in QualitySettings (in addition to GraphicsSettings)? Also what is your version oh HDRP?

Thank you. Fixed. i think it was under Graphics settings. But it was under Quality settings:
6395772--713166--sadasd.png

I have another question.
I do not know if this is the right place to ask
my question is:

I want to access to these properties inside script:

Also i have problem with material’s smoothness
Material smoothness in HDRP is not affected by the texture alpha channel:

That’s because the smoothness comes from the Mask Map alpha channel.
Base Map alpa is for transparency.

1 Like

Example of an mask map texture in HDRP?

The Mask-Map is a MODS Map:
R = __M__etallic
G = __O__cclusion
B = __D__etail mask
A = __S__moothness

1 Like