Version: Unity 6.0 (6000.0)
Language : English
Introduction to screen space ambient occlusion in URP
Configure screen space ambient occlusion in URP

Add a Screen Space Ambient Occlusion Renderer Feature to a URP Renderer

URP implements the Screen Space Ambient Occlusion (SSAO) effect as a Renderer Feature.

To use the SSAO effect in your project follow these instructions:

  1. Use the steps on How to add a Renderer Feature to a Renderer and add in Step 2, select Screen Space Ambient Occlusion Renderer Feature.
  2. Configure the properties of the SSAO Renderer Feature to match the graphical and performance needs. For more information on the proerties, refer to the SSAO Renderer Feature reference for URP.

Any Cameras that use the Renderer with the SSAO Renderer Feature now have the SSAO effect.

Additional resources

Introduction to screen space ambient occlusion in URP
Configure screen space ambient occlusion in URP