skip to Main Content

Requirements & Setup

These setup instructions are for the Universal Render Pipeline (URP).

Requirements

Dynamic Fog & Mist for Universal Rendering Pipeline requires:

  • Unity 2019.3 or later

  • Universal Rendering Pipeline 7.1.8 or later

  • Universal Rendering Pipeline asset must have “Depth Texture” enabled.

Setup Instructions

Step 1: Install Universal Rendering Pipeline

Go to Windows -> Package Manager. Select Universal RP (7.2.0 or later preferably) and click “Install”.

Step 2: Assign the Universal Rendering Pipeline asset

Go to Project Settings -> Graphics and assign an Universal Rendering Pipeline asset. You can use the asset include in the demo folder (Dynamic Fog 2 /Demo /URP Pipeline Settings folder).

Step 3: Configure Universal Rendering Pipeline asset

Double click the Universal Rendering Pipeline asset to show its properties.

Then enable “Depth Texture”. Enabling MSAA is also recommended:

Important note!

Check both “Project Settings / Graphics” and “Project Settings / Quality” sections since you can define URP settings overrides in Quality levels. You need to enable Depth Texture option in all URP settings used in any Quality Level.

Now you can use Dynamic Fog & Mist!

Back To Top