技能主要更新,修复卡顿并加入动画,以及各种其他更新。
This commit is contained in:
@@ -113,7 +113,7 @@ public class NotePool : MonoBehaviour
|
||||
}
|
||||
|
||||
// Also ensure particle and judge prefab warm-up if AnimationController exists in scene.
|
||||
var anim = AnimationController.Global ?? FindObjectOfType<AnimationController>();
|
||||
var anim = AnimationController.Global ?? FindAnyObjectByType<AnimationController>();
|
||||
if (anim != null)
|
||||
{
|
||||
anim.PrewarmParticles(2);
|
||||
|
||||
Reference in New Issue
Block a user