2D Box Collider Overlapping each other

You should look at the collider gizmos, not sprites to determine any overlap. Showing the sprites isn’t useful because sprites are not colliding.

Side note that there’s no point modifying stuff in Update because, by default, physics doesn’t run per-frame unless you ask it to.

Also, here’s how to post code on the forums: Using code tags properly