private void FixedUpdate() { if (isDead || GameManager.Instance.IsPaused) { return; } controller.FixedTick(); }