parent
640cee9e34
commit
1f1fb2a62a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue