Details
Add Old Film Old_Movie effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > Old Film > Old_Movie
*without and with Camera Filter Pack Old Film Old_Movie
Property |
Range |
Default |
---|---|---|
Distortion | 1 to 10 | 1.0f |
Manipulate Old Film Old_Movie by script
Example:
// Drag and Drop your Camera GameObject
// with the Old Film Old_Movie component
// to your current script on the CamFX_Old Film_Old_Movie field
public CameraFilterPack_TV_Old_Movie CamFX_OldFilm_Old_Movie;
void Update()
{
CamFX_OldFilm_Old_Movie.Distortion = 1.0f;
}