Nilirad / bevy_prototype_lyon

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

System Ambiguity Prevents Rendering After Build (Sometimes) with Bevy .9/.9.1 #186

Closed Braymatter closed 1 year ago

Braymatter commented 1 year ago

I'm using bevy_lyon to draw a laser, sometimes it works - other times I'll add a log statement, new build, and it no longer renders.

When running the ambiguity reporter I can see that there is an execution ambiguity; but its between the library and bevy.

"bevy_prototype_lyon::plugin::mesh_shapes_system" and "bevy_render::view::visibility::calculate_bounds" conflicts: ["bevy_asset::assets::Assets"]

Braymatter commented 1 year ago

Nevermind, Issue was Z-Fighting!