Extending RegularPolygon features to Polygon?
It would be fantastic to have a roundness slider and a hollow/thickness modifier for custom Polygon shapes, similar to what is available in the RegularPolygon shape.
Reporting a bug? please specify Unity version:
Reporting a bug? please specify Shapes version:
Reporting a bug? please specify Render Pipeline:
if you don't take rounding into account - making a polygon hollow turns it into a closed polyline, which, already exists :)
as for roundness - It's not really possible due to how they are constructed - one is mesh based, the other is based on signed distance fields, so it's much easier to do rounding etc on the regular polygons unfortunately