Legacy Documentation: Version 4.6
Language: English
Diffuse Detail
Transparent Vertex-Lit

Transparent Shader Family

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

The Transparent shaders are used for fully- or semi-transparent objects. Using the alpha channel of the Base texture, you can determine areas of the object which can be more or less transparent than others. This can create a great effect for glass, HUD interfaces, or sci-fi effects.

Transparent Vertex-Lit

shader-TransVertexLit
shader-TransVertexLit

Assets needed:

  • One Base texture with alpha channel for Transparency Map

» More details

Transparent Diffuse

shader-TransDiffuse
shader-TransDiffuse

Assets needed:

  • One Base texture with alpha channel for Transparency Map

» More details

Transparent Specular

shader-TransSpecular
shader-TransSpecular

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

Transparent Normal mapped

shader-TransBumpedDiffuse
shader-TransBumpedDiffuse

Assets needed:

  • One Base texture with alpha channel for Transparency Map
  • One Normal map normal map, no alpha channel required

» More details

Transparent Normal mapped Specular

shader-TransBumpedSpecular
shader-TransBumpedSpecular

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

shader-TransParallaxDiffuse
shader-TransParallaxDiffuse

Assets needed:

  • One Base texture with alpha channel for Transparency Map
  • One Normal map normal map with alpha channel for Parallax Depth

» More details

Transparent Parallax Specular

shader-TransParallaxSpecular
shader-TransParallaxSpecular

Assets needed:

  • One Base texture with alpha channel for combined Transparency Map/Specular Map
  • One Normal map normal map with alpha channel for Parallax Depth

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

Diffuse Detail
Transparent Vertex-Lit