2D line collide

Hi Folks

I try to do the following:
I have a point A at -4x-4y and a point B at 4x 0y. I want to make a colliding line from position A to position B.

I tried to do it with a linerenderer but I can’t get the line to collide with my other 2d objects.

45413-line.jpg

My other tought was to calculate the center of the points and the rotation and do it with a box collider but that seems to be really complicated and hacky.

Is there a simple way to achieve this?

Thanks in advance

How about just adding an edgecollider and make it to look like a line from a to b?