Details

Add Gradients Fire effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > Gradients > Fire

*without and with Camera Filter Pack Gradients Fire


Property

Range

Default

Switch 0f to 1f 1f
Fade 0f to 1f 1f

Manipulate Gradients Fire by script

Example:

// Drag and Drop your Camera GameObject 
// with the Gradients Fire component 
// to your current script on the CamFX_Gradients_Fire field 

public CameraFilterPack_Gradients_FireGradient CamFX_Gradients_Fire; 

void Update() 
{
	CamFX_Gradients_Fire.Switch =  1f;
}