void OnTriggerEnter(Collider other) { if (other.name == "Constructor") { FinishText.SetActive(true); character.CharacterStop(); } }