private void OnTriggerEnter(Collider other) { death.DeathAnim(); Debug.Log("Stuff"); anim.Play("knight_attackSpecial"); }