Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi ! seems like you found the solution yourself, indeed the only way to make a straight collider using tilemap collider its editing the physics shape of each tile, the shapes can match if you take your time and dont rush it. ( Source : Myself ).
You can also use a different collider, using box 2Dcolliders with an invisible sprite, placed on top of the tiles, and then use a composite collider to unify every collider. ( this is easier I think but its not automatic )

Ok thanks for the reply! Then I have to do it that way. The sprites are awesome looking!