Skip to content

Commit

Permalink
fix: ParticleSystem trails gain offset on parent canvas change
Browse files Browse the repository at this point in the history
close #323
  • Loading branch information
mob-sakai committed Aug 7, 2024
1 parent 78d0219 commit 2a1cd50
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Packages/src/Runtime/UIParticle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -355,13 +355,6 @@ protected override void OnDidApplyAnimationProperties()
{
}

/// <summary>
/// This function is called when a direct or indirect parent of the transform of the GameObject has changed.
/// </summary>
protected override void OnTransformParentChanged()
{
}

void ISerializationCallbackReceiver.OnBeforeSerialize()
{
}
Expand Down

0 comments on commit 2a1cd50

Please sign in to comment.