void Update() { if (readyToShow && !PointerController.isShowing()) { StartCoroutine(StartCooldown()); } _isShowing = particles.isPlaying; }