#How does Sprite-Lit-Default work with sprite masks?
1 messages · Page 1 of 1 (latest)
Unity's pipeline's usually exposes the stencil buffer to manipulate outside of the shader code via rendering assets or custom pipeline scripting. This allows you to modify them (usually via layer) without having to hardcode these values inside of the shader.