Details

Add TV Chromatical2 effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > TV > Chromatical2

*without and with Camera Filter Pack TV Chromatical2


Property

Range

Default

Aberration 0f to 10f 2.0f

Manipulate TV Chromatical2 by script

Example:

// Drag and Drop your Camera GameObject 
// with the TV Chromatical2 component 
// to your current script on the CamFX_TV_Chromatical2 field 

public CameraFilterPack_TV_Chromatical2 CamFX_TV_Chromatical2; 

void Update() 
{
	CamFX_TV_Chromatical2.Aberration =  2.0f;
}