Quick Start
beginner quick startVolumetric Fog & Mist (Built-in) · Quick Start
Quick Start
Get volumetric fog running in your Built-in RP scene in under two minutes.
Step 1 — Import the Asset
Import Volumetric Fog & Mist 2 from the Unity Asset Store into your project. The package installs into Assets/VolumetricFog/.
Step 2 — Add the Component
- Select your Main Camera in the Hierarchy.
- Click Add Component and search for
VolumetricFog. - Add the Volumetric Fog script to the camera.
Step 3 — Choose a Preset
In the Inspector, expand the Profile section and select one of the included presets from VolumetricFog/Resources/Profiles. The fog renders immediately in Play mode.
Step 4 — Assign a Sun Light
For realistic lighting, drag your scene's Directional Light into the Sun property field. The fog will automatically react to the light's direction, intensity and color.
Step 5 — Customize
Adjust any parameters in the Inspector to match your scene's mood. Key starting points:
| Parameter | What it does |
|---|---|
| Density | Controls overall fog thickness. |
| Albedo | Sets the fog color. |
| Height | Controls how tall the fog layer is. |
| Base Height | Sets the vertical origin of the fog. Values above camera Y create elevated/cloud fog. |
| Max Distance | Limits how far the fog renders. |
| Stepping | Controls ray-march quality vs. performance. |
Next Steps
- Explore Special Features to learn about fog volumes, fog of war, god rays and more.
- Check Performance Tips to optimize for your target platform.
- Browse the Demo Scenes for working examples of every feature.
Suggest an improvement
Help us improve this documentation page.