Results 248 comments of Rob Parrett
trafficstars

Got some confirmation that this is a good fix here: https://discord.com/channels/691052431525675048/1358508338517774599

For anyone following this branch, I migrated it to Bevy 0.17 here: https://github.com/rparrett/bevy_prototype_lyon/tree/bevy-0.17

In the first project where I encountered this, my code was explicitly messing with windows and the error was somewhat clear. I just hit this in a separate project where...

Appreciate the feedback. We should dig back into the profiler, because my memory may be incorrect. I'm not sure how big of an issue it is either way. I should...

Okay, I am pretty convinced that hierarchies of tilemaps and tiles can be useful. > We need some kind of profile to know what the baseline is and what this...

> I believe it already works ? :) Well, yes, if you place all of your tiles in a hierarchy. My big question is "do we want to teach Bevy...

I worry slightly that using a custom relationship will just add additional overhead / boilerplate / confusion for users that also want to make use of transform and visibility propagation....

FWIW, I can reproduce the behavior on an M1 mac.