#How to change the shadow's opacity
1 messages · Page 1 of 1 (latest)
I mean based on the object alpha.
Currently the shadow opacity is the same no matter what the alpha is.
You cannot really do this in URP. There are some workarounds with dithering, which you can find online.
Otherwise you'd need ray traced shadows
Can you explain how to make it work with dithering?