Destroy object if get touched

I have a Character that moves forward. Now were I was looking for is:
I have Obj_Char and Obj_Object

If Obj_Char touch Obj_Object, it destroys Obj_Object.

But I don’t know what to do because I tried a lot of ways and I drive Crazy. Someone who can help me PLEASE? :smiley:

Take a look at the colliders and OnCollisionEnter: Unity - Scripting API: Collider.OnCollisionEnter(Collision)