You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 20:20:06 +00:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user