Legacy Documentation: Version 4.6.2
Language: English
Bloom
Bloom and Lens Flares

FastBloom

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Blooming is the optical effect where light from a bright source (such as a glint) appears to leak into surrounding objects. This image effect adds such a glow in a fast and optimized way. If you need more flexibility, try the more sophisticated Bloom effect instead.

This bloom effect works especially well with HDR enabled scenes.

Example of the bloom used in conjunction with HDR lighting

Properties

Property: Function:
Threshhold Min RGB values that will start blooming.
Intensity Total bloom intensity.
Blur Size Bloom size (screen size dependent).
Resolution Internal bloom buffer size. The lower the faster the effect can execute.
Blur Iterations The amount of blur iterations when producing the soft glow. The smaller the faster the effect can execute.

As with the other image effects, this effect is only available in Unity Pro and you must have the Pro Standard Assets installed before it becomes available.

Hardware Support

This effect requires a graphics card that supports Shader Model 2. See the Graphics Hardware Capabilities and Emulation page for further details and a list of compliant hardware.

Bloom
Bloom and Lens Flares