Details
Add TV Horror effect to your camera.
Add it to the Camera GameObject via the Components menu
CameraFilterPack > TV > Horror
*without and with Camera Filter Pack TV Horror
Property |
Range |
Default |
---|---|---|
Fade | 0f to 1f | 1f |
Manipulate TV Horror by script
Example:
// Drag and Drop your Camera GameObject
// with the TV Horror component
// to your current script on the CamFX_TV_Horror field
public CameraFilterPack_TV_Horror CamFX_TV_Horror;
void Update()
{
CamFX_TV_Horror.Fade = 1f;
}