Hi all, I'm struggling with scaling a body in rapier 2d (which has been really great so far). The body has a main sprite & collider(a core part) and a number of child sprites & colliders (additional parts that the player can add). When I change the scale of the parent transform everything scales down nicely, including the child collider sizes.
However, the only thing that does not scale down as well are the collider positions. You can see the result in the pictures. Both the colliders and sprites use the same Transform, so it kind of surprises me that the colliders behave differently.
Does anyone have an idea whether this is a bug in rapier or expected behavior?