2D top down map collision

I am trying to make a top-down game, kind of in the style of the old Final Fantasy games. I have the character set up as a paper character with a sprite and all and a test tile map (with the tiles having collision) to check collision. For some reason the character is just rolling over the second layer, no matter how small the collision capsule is or how large the collision extrusion is. Anyone know how to make it so the character just runs into whatever is on the next layer instead of rolling over it?

That small yellow thing is the capsule component by the way.

These last two are the character on the ground plane (layer 1) and the tree plane (layer 2).

Hello, try to increase your Collision Thickness to 500, in your first picture, tell if it worked :wink:

Hey, I’ve been having the same problems, just found this, maybe it’s what you’re looking for;

I had to add a “Box” around the tile I wanted it to collide with, that you then use that tile with a box in your tilemap. and it works