Details

Add Gradients Tech effect to your camera.

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

*without and with Camera Filter Pack Gradients Tech


Property

Range

Default

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

Manipulate Gradients Tech by script

Example:

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

public CameraFilterPack_Gradients_Tech CamFX_Gradients_Tech; 

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