Hey:)
How can I make such a system that when the object hits one another, the other is destroyed and there is a voice.
Regards, Miska
That’s pretty much on the first google search for unity object collision.
To destroy object you can use Destroy(gameObject) on the object you want to destroy.