#Resources for Learning How to Make Shaders
1 messages · Page 1 of 1 (latest)
this question just came up in the VRC Shader Dev discord, actually
gonna post these one at a time in case automod explodes
https://catlikecoding.com is incredible for learning the nitty-gritty details of writing lit shaders. It has a fantastic BiRP tutorial that I've used to learn to write shaders for VRChat.
I'm not sure about lit shaders in URP (haven't really looked!) -- but I know it does have a series on writing a custom scriptable render pipeline, soooo
https://iquilezles.org/articles/ has tons of useful tidbits
I started learning to create shaders in the Shader Graph for HDRP. I then learned unlit shaders for BiRP, mostly by looking at existing shaders