fix: error on InitializeIfNeeded

close #264
3.x
mob-sakai 2023-08-15 11:01:23 +09:00
parent 640cee9e34
commit 1f1fb2a62a
1 changed files with 1 additions and 0 deletions

View File

@ -480,6 +480,7 @@ namespace Coffee.UIExtensions
private void InitializeIfNeeded()
{
if (!this) return;
if (enabled && m_IsTrail)
{
UnityEngine.Debug.LogWarningFormat(this, "[UIParticle] The UIParticle component should be removed: {0}\nReason: UIParticle for trails is no longer needed.", name);