Bezier docs?
The documentation makes no mention of Bezier curves, but I found a single reference to Bezier in the forum. Does Shapes support Bezier curves? If so, perhaps add it to the documentation and marketing pitch. :)
Reporting a bug? please specify Unity version:
Reporting a bug? please specify Shapes version:
Reporting a bug? please specify Render Pipeline:
Built-in render pipeline
it partially supports bezier curves right now - when drawing in immediate mode there's polylinePath.BezierTo and ArcTo for circular arcs.
I don't like mentioning it as a primary feature since it doesn't exist for the shapes components yet, it's more of a special feature of polylines in immediate mode drawing right now :)