Hello,<br /><br />when i create collision polygon in the editor it works well.<br /><br />when i try to generate same thing by gdscript, i see the shapes when i check 'visible collision shapes' in debug menu, but nothing collide.<br /><br />in the manual, we can see that the collisionpolygon2d is an helper and for gdscript we must use the regular api, but what is the famous regular api, i have tried all the shape class and nothing work.<br /><br />can you give an example please if someone know the solution ?<br /><br />Thanks