From d9f9244e49127bea405c3cb802b588c1eae00831 Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Wed, 28 Oct 2020 00:47:42 +0900 Subject: [PATCH] fix: IgnoreCanvasScaler may be enabled unintentionally --- Scripts/UIParticle.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Scripts/UIParticle.cs b/Scripts/UIParticle.cs index 995166f..778d14d 100755 --- a/Scripts/UIParticle.cs +++ b/Scripts/UIParticle.cs @@ -417,8 +417,6 @@ namespace Coffee.UIExtensions if (!this || particles.Any(x => x)) return; - m_IgnoreCanvasScaler = true; - // refresh. #if UNITY_EDITOR if (!Application.isPlaying)