Nilirad / bevy_prototype_lyon

Draw 2D shapes in Bevy
Apache License 2.0
702 stars 87 forks source link

How do I use this with UI? #215

Open velllu opened 1 year ago

velllu commented 1 year ago

114 should have added support for this, but I don't have any "UIShapeBundle".

Is this feature still there?

Nilirad commented 1 year ago

Unfortunately some drastic changes in Bevy's renderer (IIRC) made UI shapes unfeasible. UiShapeBundle just existed for a brief time some time before it got removed. That feature never made it to a release. I'm going to put a notice in #114 to avoid misleading users (you're not the first 😛).