private void OnTriggerExit(Collider other) { print(other.name); if (other.name == "玩家") { Ds.HideDialog(); } }