Details

Add Old Film Old effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > Old Film > Old

*without and with Camera Filter Pack Old Film Old


Property

Range

Default

Distortion 1 to 10 1.0f

Manipulate Old Film Old by script

Example:

// Drag and Drop your Camera GameObject 
// with the Old Film Old component 
// to your current script on the CamFX_Old Film_Old field 

public CameraFilterPack_TV_Old CamFX_OldFilm_Old; 

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