Can't find collision polygon 2D editing tools in 3

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By potatobanana

where edithing tool for collision Polgon 2d
Imgur

:bust_in_silhouette: Reply From: Zylann

Looks like they are not available graphically when you use a CollisionShape2D+CollisionPolygon2D combination.

However, you can edit the shape if you use the CollisionPolygon2D node.

It looks like the reason is, the type of the shape itself has to be different wether the polygon is convex or concave, which would confuse the editor a lot… I’m not sure why such design was chosen at this engine level, seems quite impractical.

thank you very much

potatobanana | 2018-08-14 14:20