Fast Volumetric Area Fog | Height, Spherical, Box [URP, BuiltIn] SALE

!!! SALE !!!

-70% Regular price $19.99 now only $5.99


Fast and flexible volumetric fog shader.


| DOCUMANTATION | DEMOS | SUPPORT | DISCORD |


Just place fog object, specify its volume (box or spherical) and parameters - all objects inside will be affected by fog - no need to write custom surface shaders for those objects.


Fog effect renders everything using special surface shader, that calculates fog density based on fog type, depth, volume parameters and fog parameters. Simple optimized math is used making everything performant. Lighting model uses aproximations for scattering calculation and fits into existing Unity lights rendering pipeline.


Allows creating area volumetric fog effects of different types:

  • Height - Fog density is distributed on the object's local Y axis.
  • SphericalPos - Fog density is distributed inside sphere volume, density depends on point position 100% at sphere center - 0% on sphere radius.
  • SphericalDist - Fog density is distributed inside sphere volume, density depends on the distance that view ray travels inside sphere volume.
  • InvertedSpherical - Fog is rendered inside box volume, but there is a spherical area without fog in the center of the volume. This might be useful for Battle Royale type games.
  • ViewAligned - fog is rendered relative to camera position and view. This is as the default global fog is rendered but - in this case it’s limited to specific box volume.
  • BoxPos - Fog is rendered inside box volume - density depends on position and distance from the center of the box.
  • BoxDist - Fog is rendered inside box volume - density depends on the distance that view ray travels inside box volume.
  • BoxExperimental - This is a more complex fog type, that renders inside box volume. It works similar to BoxPos - density depends on position and distance from the center of the box, but it’s much smoother. There are however some imperfections when looking from different angles. Select the best type for your use case.
  • Mixed Fog Types - Those special fog types are mixing two Basic Fog Types to achieve better visual results like smooth edges for height fog. Including: InvertedSphericalXHeight, HeightXBox, HeightXView, BoxXView

Unlit and Lit version with light scattering inside volume. Dynamic Point and Directional lights are supported (More planned in updates). Light scattering is adjusted with three parameters to mach lighting style of the game.


Works with BuiltIn and Universal render pipeline. (HDRP planned in future updates)


GPU instancing batches multiple fog volumes of the same type (parameters variation is still allowed) for improved performance.


Support for Perspective and Orthographic camera.


Good for any game type Top Down, FPP, TPP.


What it can be used for:

- height fog on the floor in catacombs

- underwater effect

- space nebula/dust

- planet atmosphere

- area effects over vegetation and swamps

- improvement of spell effects

- local fog inside single room

- fog inside crevasses, caves, holes

- light volumetrics

- masking areas outside of playable zone