lukakldiashvili / Unified-Universal-Blur

UI blur (translucent) effect for Unity.
MIT License
424 stars 33 forks source link

stop error #11

Closed xiezi5160 closed 1 year ago

xiezi5160 commented 1 year ago

MissingReferenceException: The object of type 'RenderTexture' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the object. Unified.Universal.Blur.UniversalBlurPass.Dispose () (at Assets/UnifiedUniversalBlur/Scripts/UniversalBlurPass.cs:44) Unified.Universal.Blur.UniversalBlurFeature.Dispose (System.Boolean disposing) (at Assets/UnifiedUniversalBlur/Scripts/UniversalBlurFeature.cs:81)

lukakldiashvili commented 1 year ago

Fixed in 0.2.4

xiezi5160 commented 1 year ago

Fixed in 0.2.4

Thx~