orels1 / orels-Unity-Shaders

A collection of practical Unity shaders for your next project
https://shaders.orels.sh
Other
168 stars 13 forks source link

[ORL-74] Add support for Stencil options in Standard shader #74

Open orels1 opened 4 days ago

orels1 commented 4 days ago

There is currently no way to set up Stencil settings using ORL Standard shader in any way

A new Template Feature should be added to support that

Any custom shader PBR-Based shader that wants to adjust stencils should define the Stencil shader feature like so

%ShaderName("My Stencil Shader")
%TemplateFeatures("Stencil")

From SyncLinear.com | ORL-74

orels1 commented 4 days ago

This is implemented in 6.4.0 release