Main/Component/UI/Effect/EffectPlayer.cs @@ -82,8 +82,12 @@ protected virtual void OnEnable() { if (isPlayOnEnable) if (isPlayOnEnable && playDelayTime != 0) { PlayAsync(false).Forget(); } else if (isPlayOnEnable) { Play(false); }