在本物体上面加一个collidervoid OnCollisionEnter(Collision col){ if(col.gameObject.name == "待定物体“) //这里用tag也行 { Destroy(this.gameObject); }}记得把代码拖到物体上面