Shader.DisableKeyword

Switch to Manual
public static void DisableKeyword (string keyword);

Description

Unset a global shader keyword.

Shaders can be internally compiled into multiple variants, and then the matching one is picked based on material keywords (Material.EnableKeyword and Material.DisableKeyword), or globally set shader keywords (EnableKeyword and DisableKeyword).

See Also: EnableKeyword, multiple shader program variants.