Hello,
I am wondering about the usage of the Polygon2D Collider. In essence, is there any merit in splitting up a large 2D polygon collider into several parts, as illustrated in the sketch below (black triangles are the polygons, orange ball is size of a typical moving object). The idea would of course be that distant colliders can be discarded early in the collision phase. Or will Unity do something like this anyway on the level of individual polygons/edges in a single large collider?
Thanks in advance for your comments!