Hey,
So I currently have a free ToonShader downloaded from Unity’s asset store, and am trying to set the rendering mode of it to fade. This is due to me using the shader on 2D sprites, and fade is the only mode that doesn’t cause weird artifacting. Is there any way I can do that in the code of the shader itself? Or some way to do it without having to access the material of every single sprite and changing settings there?
Shader code:
Thanks!