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