Details

Add Glow Glow effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > Glow > Glow

*without and with Camera Filter Pack Glow Glow


Property

Range

Default

Amount 0 to 20 4f
Threshold 0 to 1f 0.5f
Intensity 0 to 1f 0.75f
Precision -1 to 1f 0.56f
FastFilter -1f to 1f 4

Manipulate Glow Glow by script

Example:

// Drag and Drop your Camera GameObject 
// with the Glow Glow component 
// to your current script on the CamFX_Glow_Glow field 

public CameraFilterPack_Glow_Glow CamFX_Glow_Glow; 

void Update() 
{
	CamFX_Glow_Glow.Amount =  4f;
}