Details

Add Old Film Cutting 2 effect to your camera.

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

*without and with Camera Filter Pack Old Film Cutting 2


Property

Range

Default

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

Manipulate Old Film Cutting 2 by script

Example:

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

public CameraFilterPack_OldFilm_Cutting2 CamFX_OldFilm_Cutting 2; 

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