Hi,
I download builtin_shaders-4.6.0, There are many shaders like <Shader “Hidden/Internal-CombineDepthNormals”> and so on.
So I write a postprocess, it will use the shader:
Shader “Hidden/PPGray” {
…
}
How to use it in C# script? Because I don’t want the artists to set it.
Thank you.