vertxxyz / Vertx.Debugging

Debugging utilities for Unity
MIT License
508 stars 33 forks source link

shapes available #29

Closed laurentopia closed 2 months ago

laurentopia commented 2 months ago

I see a circle, is there a way to fill it to make it a disc? Also is there a way to draw a multiline by feeding it a Vector3[]?

vertxxyz commented 2 months ago

I don't support solid shapes: https://github.com/vertxxyz/Vertx.Debugging/issues/15

And Shape.LineStrip takes an Enumerable of Vector3 which is draws a connected line between the input points.