We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b06a6 commit 4b24c3cCopy full SHA for 4b24c3c
Source/DynamicProperties/MaterialPropertyManager.cs
@@ -46,7 +46,7 @@ private void OnDestroy()
46
MaterialColorUpdaterPatch.temperatureColorProps.Clear();
47
ModuleColorChangerPatch.mccProps.Clear();
48
49
- this.LogDebug("destroyed");
+ this.LogMessage("destroyed");
50
}
51
52
#endregion
@@ -56,7 +56,7 @@ private void OnDestroy()
56
public bool Set(Renderer renderer, Props props)
57
{
58
if (renderer == null) {
59
- Log.LogError(this, $"cannot set property on null renderer {renderer.GetHashCode()}");
+ this.LogWarning($"cannot set property on null renderer {renderer.GetHashCode()}");
60
return false;
61
62
0 commit comments