Details

Add Pixelisation OilPaint effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > Pixelisation > OilPaint

*without and with Camera Filter Pack Pixelisation OilPaint


Property

Range

Default

Value 0 to 5 1.0f

Manipulate Pixelisation OilPaint by script

Example:

// Drag and Drop your Camera GameObject 
// with the Pixelisation OilPaint component 
// to your current script on the CamFX_Pixelisation_OilPaint field 

public CameraFilterPack_Pixelisation_OilPaint CamFX_Pixelisation_OilPaint; 

void Update() 
{
	CamFX_Pixelisation_OilPaint.Value =  1.0f;
}