Hi, I have solution, that is pretty complex - once you created body with collider, you cannot scale it, but you can scale it while crating it. My solution is in TypeScript. It can handle objects with compound colliders too - for eaxample: one sprite with two circle colliders and one polygon collider. Objects in game I was working on were obstacles, so this is reason, why I use Obstacle in code below. First I define a few interfaces: export interface IPoint { x: number;