Pixelize VFX! (#895)

Finally, the dark days of zooming the camera and viewport are over...
This commit is contained in:
wookywok
2024-04-27 21:45:33 -05:00
committed by GitHub
parent 2128310b92
commit 5d51d3be0f
7 changed files with 104 additions and 14 deletions

View File

@ -21,7 +21,7 @@ namespace XPostProcessing
public class PixelizeQuad : PostProcessEffectSettings
{
[Range(0.01f, 1.0f)]
[Range(0.00f, 1.0f)]
public FloatParameter pixelSize = new FloatParameter { value = 0.5f };
public BoolParameter useAutoScreenRatio = new BoolParameter { value = true };