study/first_study/Library/PackageCache/com.unity.shadergraph@3686fafd4720/Documentation~/Material-Quality-Keyword-Node.md
jh04010421 739d49f1a0 Unity | 2026.01.20
수업 실습 파일
2026-01-20 11:01:57 +09:00

639 B

Material Quality Keyword node

The Material Quality Keyword node adds and uses global keywords MATERIAL_QUALITY_HIGH, MATERIAL_QUALITY_MEDIUM and MATERIAL_QUALITY_LOW and enables different behaviors for each one of the available quality types.

Note:

  • Adding this keyword increases the amount of shader variants.
  • These quality keywords are only available in URP and HDRP, they are not available at the Built-in Render Pipeline.

To manually set the quality level from a C# script, use the UnityEngine.Rendering.MaterialQualityUtilities.SetGlobalShaderKeywords(...) function.

Additional resources: