diff --git a/Editor/ShaderPropertyPreset.cs b/Editor/ShaderPropertyPreset.cs index 614ce6c..77bd874 100644 --- a/Editor/ShaderPropertyPreset.cs +++ b/Editor/ShaderPropertyPreset.cs @@ -48,7 +48,7 @@ public void Apply(Material material, bool isDefaultMaterial, PerFrameData perFra material.renderQueue = (int)floatValue; return; default: - Debug.LogWarning("Unable to find Preset Property: " + propertyName + " in Material: " + material + "!"); + // Debug.LogWarning("Unable to find Preset Property: " + propertyName + " in Material: " + material + "!"); return; } }