Hi, i enabled depth texture and enabled soft particle but it doesnt work i am using unity 2022.3.12f1 and urp
Hi
I had the same problem with soft particles, hard lines on surfaces. My shader worked with all previous versions, but when I upgraded to Unity 2022 URP version, it stopped working. I enabled depth texture and enabled soft particles, tried to correct the shader, but nothing changed.
Then I just clicked on the Frame Debugger (it’s the icon that looks like a bug on the upper side of game screen). After the debugger finished, soft particles started to work again.
You could try it, maybe it will helps.
In my case with URP, besides enabling the depth texture, I also had to change the depth texture mode to After Opaques, which makes sense. Hopefully this helps someone.
1 Like

