Details

Add Gradients Neon effect to your camera.

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

*without and with Camera Filter Pack Gradients Neon


Property

Range

Default

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

Manipulate Gradients Neon by script

Example:

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

public CameraFilterPack_Gradients_NeonGradient CamFX_Gradients_Neon; 

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