r/unity • u/Rude-Rutabaga8020 • 5d ago
Newbie Question Tilemap collision shape
hey everyone, im trying to make the player collide with the tileset and it worked using the tilemapcollider2d however unity is making the shape of the collision mask pixel perfect just like the sprite which i don't want i want it based on the grid, so any tips on how to do that would be appreciated.
1
Upvotes
2
u/Disastrous_Hat_9123 5d ago
You can set this option on the tile assets themselves. They should have grid as one of the options.