Results 260 comments of Rob Parrett

That's fine. I was only pointing out that the table is referring to "crates versions" (presumably, versions published on crates.io) that do not exist, which might be confusing to the...

It was suggested that setting `export_registry` to false for release builds is "proper" and also works around this issue, so this might be considered "user error." I'm not familiar with`Blenvy`,...

It does seem like the actual underlying issue is something like "AssetRoot somehow does not point to the right place when launching on macOS." or "The current directory isn't what...

It's expected that UI nodes with negative `z` transforms are not drawn. Note that the `z` value of the transform is *not* the "z index." To control the order your...

Are you able to provide the mesh that is causing this panic?

Even a `println!("{:?}", mesh)` would probably be useful.

As I understand it, `bevy_mikktspace` may not be in a place where we can really fix stuff like this until #9050 gets reviewed/merged.

I should test again, but as far as I remember, #395 is still valid -- it should be tested with atlases consisting of exactly 12 (or other multiples of 6...

I will continue to investigating later, but so far it seems that this is due to a one frame delay when a mesh is rebuilt specifically in `PostUpdate`. This is...

Opened https://github.com/Nilirad/bevy_prototype_lyon/pull/278 to fix `dynamic_` examples.