Details

Add TV WideScreenCircle effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > TV > WideScreenCircle

*without and with Camera Filter Pack TV WideScreenCircle


Property

Range

Default

Size 0f to 0.8f 0.55f
Smooth 0.01f to 0.4f 0.01f

Manipulate TV WideScreenCircle by script

Example:

// Drag and Drop your Camera GameObject 
// with the TV WideScreenCircle component 
// to your current script on the CamFX_TV_WideScreenCircle field 

public CameraFilterPack_TV_WideScreenCircle CamFX_TV_WideScreenCircle; 

void Update() 
{
	CamFX_TV_WideScreenCircle.Size =  0.55f;
}