From 162ee5318014103282bd666dcec861dd630a60ab Mon Sep 17 00:00:00 2001 From: mob-sakai <12690315+mob-sakai@users.noreply.github.com> Date: Thu, 8 Aug 2024 02:00:40 +0900 Subject: [PATCH] fix: ParticleSystem trails gain offset on parent canvas change close #323 --- Runtime/UIParticle.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Runtime/UIParticle.cs b/Runtime/UIParticle.cs index 41aa22e..49409cd 100644 --- a/Runtime/UIParticle.cs +++ b/Runtime/UIParticle.cs @@ -355,13 +355,6 @@ namespace Coffee.UIExtensions { } - /// - /// This function is called when a direct or indirect parent of the transform of the GameObject has changed. - /// - protected override void OnTransformParentChanged() - { - } - void ISerializationCallbackReceiver.OnBeforeSerialize() { }