Details

Add TV Tiles effect to your camera.

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

*without and with Camera Filter Pack TV Tiles


Property

Range

Default

Size 0.5f to 2f 1f
Intensity 0f to 10f 4f
StretchX 0f to 1f 0.6f
StretchY 0f to 1f 0.4f

Manipulate TV Tiles by script

Example:

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

public CameraFilterPack_TV_Tiles CamFX_TV_Tiles; 

void Update() 
{
	CamFX_TV_Tiles.Size =  1f;
}