diff --git a/Scripts/UIParticle.cs b/Scripts/UIParticle.cs index 9697e28..b10c4a8 100644 --- a/Scripts/UIParticle.cs +++ b/Scripts/UIParticle.cs @@ -57,7 +57,7 @@ namespace Coffee.UIExtensions [SerializeField] [Tooltip("The particles will be emitted at the ParticleSystem position.\nMove the UIParticle/ParticleSystem to move the particle.")] - private bool m_AbsoluteMode = false; + private bool m_AbsoluteMode = true; private List m_Renderers = new List();