Where is the best place to learn how to write shaders for Unity 5?
I have spent a good while looking through the documentation and at various shader files people have written, but I seem to keep coming across new and undocumented keyworks/functions that people have used, seemingly pulling them out of thin air (such as 'UNITY_BRDF_GI'). Where are people learning the new shader system?
I'm interested in this as well. I've only seen detailed tutorials on sties like cgcookie, but it's all specific to Unity 4.x.
Your answer
Follow this Question
Related Questions
How do you port old shaders to hlsl so they work with the new post-processing stack? 1 Answer
Weird material or shader problem on mobile 0 Answers
Discard Pixels from Fragment Shader Based on Screen Pos 1 Answer
Transparent shaders make my custom plane completly invisible 1 Answer
Material doesn't have a texture property '_CameraDepthTexture' 0 Answers