- Home /
tilemap collider2D is it possible to "walk" inside composite collider (pictures to explain) 2018.1
Hi,
I am making a top down game and trying to learn a bit about the new tilemap system. I am abit stumped with using the colliders. If I was using them to make an object that keeps a player from moving through, such as platforms or obstacles, it would be easy. However I am interested in making an island for example and using the boundary outline as the boundary for my player to walk inside. how would this be accomplished?
if this is not possible with the new system then what wouldbe the best way to get around this issue? so I can make boundaries in an easy way?
Any help is appreciated.
Not sure how you have the scene hierarchy conifigured, but I would think the Composite collider, should be the parent of 4 separate TilemapCollider objects. But, if the tilemap component (which I don't see on your sample object) contains all the tiles, I think a single tilemap collider would work.
Your answer
Follow this Question
Related Questions
I want to get the width of a part of a TilemapCollider2D. Explained with image inside. Help! 0 Answers
The tilemap collider is simply not working 0 Answers
Tile collision by sprite is not accurate with Tilemap Collider 0 Answers
Confused about ITilemap interface and concrete tilemap classes 0 Answers
2D TileMap: Determining which grid tiles a line passes over 0 Answers