From 2a1cd502b452b5b56edf8bcfe91adf99d1bb5147 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 --- Packages/src/Runtime/UIParticle.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Packages/src/Runtime/UIParticle.cs b/Packages/src/Runtime/UIParticle.cs index 41aa22e..49409cd 100644 --- a/Packages/src/Runtime/UIParticle.cs +++ b/Packages/src/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() { }