Hi everybody, just as the title says, is there any way to make manually coded shaders work with the 2D Renderer? Is it planned to provide shader templates for Unlit or Lit sprites for example?
Thanks.
Hi everybody, just as the title says, is there any way to make manually coded shaders work with the 2D Renderer? Is it planned to provide shader templates for Unlit or Lit sprites for example?
Thanks.
Yes, you can write code by yourself, but it is a bit complicated. Have a look at the tutorials about how to write shader code for the URP, then check how 2D Lit/Unlit code was written by unity. Then just do modifications to the original code.