Closed CleanCut closed 2 years ago
I thought there was a problem with bevy_prototype_debug_lines, but there wasn't. But I didn't know that, so I tried switching to bevy_prototype_lyon. It didn't fix the problem, because apparently it's a Bevy 0.6 rendering problem.
bevy_prototype_debug_lines
bevy_prototype_lyon
But I liked the experience with bevy_prototype_lyon much better, so let's make that switch permanent.
Oh, also, while doing this I learned that you can only have 4 queries in a Bevy QuerySet.
QuerySet
I thought there was a problem with
bevy_prototype_debug_lines
, but there wasn't. But I didn't know that, so I tried switching tobevy_prototype_lyon
. It didn't fix the problem, because apparently it's a Bevy 0.6 rendering problem.But I liked the experience with
bevy_prototype_lyon
much better, so let's make that switch permanent.