urp-ssao
urp-ssao copied to clipboard
Screen Space Ambient Occlusion implementation as a RendererFeature for Universal Render Pipeline
Watch out, there is an error in the `ssao.shader` inside the `frag()` function: `float3 random = normalize( tex2D(_RandomTexture, input.uv * 4.123).rgb );` This has range of [0, 1] You need...
Unity Version: 2019.3.0b12 URP: 7.1.5 The second one is in playing mode. Issue is SSAOmaterial is null in Execute method in playing mode.  