diff --git a/Assets/Coffee/UIExtensions/SoftMaskForUGUI/Scripts/SoftMask.cs b/Assets/Coffee/UIExtensions/SoftMaskForUGUI/Scripts/SoftMask.cs index 50e970f..4ece7d1 100644 --- a/Assets/Coffee/UIExtensions/SoftMaskForUGUI/Scripts/SoftMask.cs +++ b/Assets/Coffee/UIExtensions/SoftMaskForUGUI/Scripts/SoftMask.cs @@ -553,6 +553,7 @@ namespace Coffee.UIExtensions { if (tmpRT) { + tmpRT.Release(); RenderTexture.ReleaseTemporary(tmpRT); tmpRT = null; }