Volumetric Lights/Fog 2.0
  • Welcome
  • PRODUCT GUIDES
    • Creating a new Project
    • Project Setup
  • SUPPORT
    • Help Forum
Powered by GitBook
On this page
  1. PRODUCT GUIDES

Project Setup

To set up Volumetric Lights 2.0 correctly in your Unity project, follow these steps:

Add the Override to Your Volume Profile

  1. Select your existing Volume Profile or create a new one (Right-click in the Project window > Create > Volume Profile).

  2. In the Inspector, click Add Override.

  3. Navigate to:

    Custom > Volumetric Features and add it to your profile.

Assign the Render Pipeline Asset

Ensure your project is using the Universal Render Pipeline (URP).

  1. Go to Edit > Project Settings > Graphics.

  2. In the Scriptable Render Pipeline Settings field, assign your Universal Render Pipeline Asset.

For Unity 6 (or newer):

  1. Go to Edit > Project Settings > Graphics.

  2. Under Pipeline Specific Settings, adjust the volume settings directly.

Add Override to the Render Pipeline Asset

  1. Locate your URP Render Pipeline Asset in the Project window.

  2. In the Inspector, click on the Renderer List (usually UniversalRendererData).

  3. Open the corresponding Renderer Data asset.

  4. Under Add Renderer Feature, click the + button.

  5. Select Volumetric Features from the list.

💡 Your project should now render volumetric lights correctly if all components are active and properly configured in the scene.

PreviousCreating a new ProjectNextHelp Forum

Last updated 18 days ago