Version: 5.4 beta (switch to 5.3)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PassType

enumeration

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

Description

Shader pass type for Unity's lighting pipeline.

This corresponds to "LightMode" tag in the shader pass, see Pass tags.

Variables

NormalRegular shader pass that does not interact with lighting.
VertexLegacy vertex-lit shader pass.
VertexLMLegacy vertex-lit shader pass, with mobile lightmaps.
VertexLMRGBMLegacy vertex-lit shader pass, with desktop (RGBM) lightmaps.
ForwardBaseForward rendering base pass.
ForwardAddForward rendering additive pixel light pass.
LightPrePassBaseLegacy deferred lighting (light pre-pass) base pass.
LightPrePassFinalLegacy deferred lighting (light pre-pass) final pass.
ShadowCasterShadow caster & depth texure shader pass.
DeferredDeferred Shading shader pass.
MetaShader pass used to generate the albedo and emissive values used as input to lightmapping.
MotionVectorsMotion vector render pass.