Hey folks, I’ve been experimenting with the Fabric shader with shader graphs with HDRP, but I can’t seem to get something looking remotely fabric. The options they provide seem straight forward but I can’t get the effect of fabric. So I’m obviously missing some information on how best to do this, but I can’t find any documentation for Fabrics in Shader Graph, or any demonstrations.
Would any of you guys happen know any resources that would help me in this learning endeavor?
The Fabric Shader has special built-in functions to make your material look more like fabric and reacts to lights differently than the lit shader. Cotton, Silk are the two built-in ones that will basically cover all types of fabric in terms of look. It can also use a specialized reflection probe for better quality.
Same with the eye shader, and decal shader. They are just more tailored towards their intended use than a generic Lit Shader if you are going for quality/realism. You could just use the lit shader on everything to save on shader variants and performance (or try to fake things a bit) with a lower quality look.