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