You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

6
6

7
7

8
8
9
9
A very simple dither fading shader effect that uses dithering to fade in and out based on camera distance. It was created for Serious Point Games as
10
-
part of my studies in shader development. It is meant to be for Unity URP (2019.3.9f1) but it can work in other unity versions (like Unity 6 or Unity 2022)
10
+
part of my studies in shader development. It is meant to be for Unity URP (2019.3.35f1) but it can work in other unity versions (like Unity 6 or Unity 2022)
11
11
and other pipelines (like Built-In). This repo is meant to be a reliable and accessible resource to create the simple dither fading effect.
12
12
13
13
This is very simple to implement and intergrate to any material shader effect. But if your effect does need to depend on alpha & alpha clipping for
0 commit comments