Details

Add Pixel Snow_8bits effect to your camera.

Add it to the Camera GameObject via the Components menuCameraFilterPack > Pixel > Snow_8bits

*without and with Camera Filter Pack Pixel Snow_8bits


Property

Range

Default

Threshold 0.9f to 2f 1f
Size 8f to 256f 64f
DirectionX -0.5f to 0.5f 0f
Fade 0f to 1f 1f

Manipulate Pixel Snow_8bits by script

Example:

// Drag and Drop your Camera GameObject 
// with the Pixel Snow_8bits component 
// to your current script on the CamFX_Pixel_Snow_8bits field 

public CameraFilterPack_Atmosphere_Snow_8bits CamFX_Pixel_Snow_8bits; 

void Update() 
{
	CamFX_Pixel_Snow_8bits.Threshold =  1f;
}