- Home /
Question by
thedublinboy · Aug 10, 2021 at 11:21 AM ·
2d2d-platformertilemapplatformer2d sprites
2d Tilemaps, pass through some objects
In this image, i have a 2d tileset, I want my character to be able to pass through this flag tile, how do I customise my tilemap collider so some tiles dont have colliders.
capture.png
(25.5 kB)
Comment
Answer by Nistroy · Aug 10, 2021 at 06:40 PM
Hi @thedublinboy ! What you can do is create another tilemap that you rename for example flag then you add the TilemapCollider2D component with isTrigger checked.
Your answer
Follow this Question
Related Questions
Help Me! I want to make a pixel fairy! 1 Answer
Pixelart distorts on import. 1 Answer
How do i make a one gun only Weapon system. (2D) 2 Answers
tilemap has gaps 0 Answers
Should 2.5D use 3D or 2D settings ? 3 Answers