Dynamic Fog Settings

intermediate concepts

Volumetric Fog & Mist 2 (URP) · Core Concepts

Dynamic Fog & Mist Settings

Dynamic Fog & Mist is a lightweight, distance-based fog effect included alongside the main volumetric fog. It is ideal for quick atmospheric haze without the overhead of full ray-marching.

Creating a Dynamic Fog Volume

  1. Right-click in the Hierarchy and select Effects > Dynamic Fog & Mist > Fog Volume.
  2. A Dynamic Fog Manager is created automatically on the first volume.
  3. Click New Fog Profile or assign an existing profile.
  4. Position and scale the volume to cover the desired area.

Creating a Dynamic Fog volume

Dynamic Fog Profile Parameters

ParameterDescriptionDefault
Base AltitudeBase height for the fog effect.0
Density ExponentialFog density using exponential falloff over distance. Combined with volume size for the final result.
Density LinearFog density using linear falloff over distance.
Tint ColorBase color of the fog.White
Second ColorSecondary color blended via color noise amount.White
Vertical GradientColor and alpha gradient from horizon (left) to zenith (right). Useful for reddish horizons at sunset.
Wind Intensity / Scale / AmplitudeWind animation effect. Scale controls horizontal noise size; Amplitude controls vertical displacement.0 / 1 / 1
Wind Turbulence / DirectionTurbulence strength and direction vector for wind movement.0 / (1,0,0)
Directional LightSun light diffusion intensity and color spread across the fog.
DitheringReduces banding artifacts.
Rendering OrderControls render queue relative to other objects.

Dynamic Fog profile settings in Inspector

Tip: Dynamic Fog is excellent for simple distance fog or skyline haze. For full 3D volumetric effects with lighting and shadows, use the main Volumetric Fog volumes instead.
Was this page helpful?