Version: 2022.2
言語: 日本語
public static bool strictShaderVariantMatching ;

説明

Enable strict shader variant matching in the player.

If you enable strict shader variant matching, Unity tries to find an exact match for the combination of enabled local shader keywords and global keyword overrides. If such a variant doesn't exist, Unity uses the error shader and displays an error in the Console. The error states which shader and combination of keywords caused the issue. Otherwise, Unity silently picks the variant that is closest to the requested set of keywords.