Transparent Parallax Specular
Transparent Cutout Vertex-Lit
Transparent Cutout Shader Family
Note. Unity 5 introduced the Standard Shader which replaces these shaders.
The Transparent Cutout shaders are used for objects that have fully opaque and fully transparent parts (no partial transparency). Things like chain fences, trees, grass, etc.
shader-TransCutVertexLit
Assets needed:
One Base texture with alpha channel for Transparency Map
» More details
shader-TransCutDiffuse
Assets needed:
One Base texture with alpha channel for Transparency Map
» More details
shader-TransCutSpecular
Assets needed:
One Base texture with alpha channel for combined Transparency Map/Specular Map
Note:
One limitation of this shader is that the Base texture’s alpha channel doubles as a Specular Map for the Specular shaders in this family.
» More details
shader-TransCutBumpedDiffuse
Assets needed:
One Base texture with alpha channel for Transparency Map
One Normal map normal map, no alpha channel required
» More details
shader-TransCutBumpedSpecular
Assets needed:
One Base texture with alpha channel for combined Transparency Map/Specular Map
One Normal map normal map, no alpha channel required
Note:
One limitation of this shader is that the Base texture’s alpha channel doubles as a Specular Map for the Specular shaders in this family.
» More details
Transparent Parallax Specular
Transparent Cutout Vertex-Lit
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。