So, I’m working on a little 2d platformer game, one of my first times using Unity, and I made a bunch of tilemaps for art in the game. One of my tiles is a stair, and when I put the 2D Tilemap component on the tile layer, instead of fitting the stair shape it makes a weird cut-corner square shape. Because this makes that side of the tile over half a unit tall, it means the player has to jump up it, which rather defeats the purpose of having stairs.

Is there a way to make the collider not do this? If not, is there some workaround? If it changes the answer, I'm using Unity 2018.3. Apologies if this has been asked before, but I didn't see anything that helped. Thanks in advance.