Details

Add TV Artefact effect to your camera.

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

*without and with Camera Filter Pack TV Artefact


Property

Range

Default

Colorisation -10 to 10 1.0f
Parasite -10 to 10 1.0f
Noise -10 to 10 1.0f

Manipulate TV Artefact by script

Example:

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

public CameraFilterPack_TV_Artefact CamFX_TV_Artefact; 

void Update() 
{
	CamFX_TV_Artefact.Colorisation =  1.0f;
}