In this video you can see a type of collision happening that works like a box collider, except if you were to use a box collider for this, the characters would be able to stand on top of each other. How can I recreate the type of collision system that’s going on in that video in Unity?
Use an “Edge Collider 2D”. I’m not sure if they’ll collide from both directions though.