private void OnTriggerEnter2D(Collider2D other) { if (other.tag == "Unit") { //Debug.Log("unit touched"); uc.MarkSafe(other.gameObject); } }