Details

Add Old Film Cutting 1 effect to your camera.

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

*without and with Camera Filter Pack Old Film Cutting 1


Property

Range

Default

Speed 0 to 10 1f
Luminosity 0 to 2 1.50f
Vignette 0 to 1 1.0f
Negative 0 to 2 0.0f

Manipulate Old Film Cutting 1 by script

Example:

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

public CameraFilterPack_OldFilm_Cutting1 CamFX_OldFilm_Cutting 1; 

void Update() 
{
	CamFX_OldFilm_Cutting 1.Speed =  1f;
}