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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
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.35f1) 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 2019 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