I want to destroy object when contact with other object.
My scripts:
1.Script:
function Start () {
Destroy(gameObject.Find(“Bullet(Clone)”), 5);
}
2.Script:
function Start () {
Destroy(gameObject(“Bullet(Clone)”), 5);
}
These not works. ![]()
Which script is works? ![]()
Please help me here or here vomcogmyweb@gmail.cpm.
Thanks!