vertxxyz / Vertx.Debugging

Debugging utilities for Unity
MIT License
519 stars 34 forks source link

shapes available #29

Closed laurentopia closed 5 months ago

laurentopia commented 5 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 5 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.