- Home /
Simply modifying polygon colliders
I have a sprite that is the map for a platformer. It looks like this.
I added a polygon collider to the sprite, and it's all distorted.
Is there a way that I can quickly set the vertices to the pixels of the map?
Answer by Bluewell · Mar 14, 2014 at 04:57 PM
Try holding down Shift; vertices should pop-up. Then adjust vertices according to your needs. This is the only solution that I know. I don't know if there is a better, automated solution to this.
Your answer

Follow this Question
Related Questions
Box Collider 2D / Auto Tiling / Flipped sprites / Non-Center alignment 0 Answers
How to deal the 2d platform physics? 0 Answers
How do you make 4 sided Doom like directional sprites? 2 Answers
How to make an object follow along the shape of another? 3 Answers
PolygonCollider2D shape problem on iOS 0 Answers