Details
Add TV Vintage effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > TV > Vintage


*without and with Camera Filter Pack TV Vintage
Property |
Range |
Default |
---|---|---|
Distortion | 1 to 10 | 1.0f |
Manipulate TV Vintage by script
Example:
// Drag and Drop your Camera GameObject
// with the TV Vintage component
// to your current script on the CamFX_TV_Vintage field
public CameraFilterPack_TV_Vintage CamFX_TV_Vintage;
void Update()
{
CamFX_TV_Vintage.Distortion = 1.0f;
}