Details

Add VHS VHS_Rewind effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > VHS > VHS_Rewind

*without and with Camera Filter Pack VHS VHS_Rewind


Property

Range

Default

Cryptage 0f to 1f 1f
Parasite -20f to 20f 9f
Parasite2 -20f to 20f 12f

Manipulate VHS VHS_Rewind by script

Example:

// Drag and Drop your Camera GameObject 
// with the VHS VHS_Rewind component 
// to your current script on the CamFX_VHS_VHS_Rewind field 

public CameraFilterPack_TV_VHS_Rewind CamFX_VHS_VHS_Rewind; 

void Update() 
{
	CamFX_VHS_VHS_Rewind.Cryptage =  1f;
}