Details

Add VHS VCR Distortion effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > VHS > VCR Distortion

*without and with Camera Filter Pack VHS VCR Distortion


Property

Range

Default

Distortion 1 to 10 1.0f

Manipulate VHS VCR Distortion by script

Example:

// Drag and Drop your Camera GameObject 
// with the VHS VCR Distortion component 
// to your current script on the CamFX_VHS_VCR Distortion field 

public CameraFilterPack_TV_Vcr CamFX_VHS_VCR Distortion; 

void Update() 
{
	CamFX_VHS_VCR Distortion.Distortion =  1.0f;
}