private void OnTriggerExit2D(Collider2D collision) { if (collision.tag == "Player") { gc.PlayerExitsArea(); Destroy(gameObject); } }