Thomas Reichert

Results 6 comments of Thomas Reichert

Seeing this same issue on Ubuntu after updating to 0.13 (was not an issue on 0.12.1): ``` 2024-02-22T20:32:44.335631Z INFO log: Guessed window scale factor: 1.1666666666666667 2024-02-22T20:32:44.405722Z INFO bevy_render::renderer: AdapterInfo {...

Can confirm removing the `opt-level` as @mochou-p described lets it shut down gracefully with `Process finished with exit code 0`.

> Note that glTF attributes must be aligned to four byte boundaries, so an int8 attribute would need to be packed as `{byte value; byte padding[3];}` and have the appropriate...

I wonder if [bevy_egui #398](https://github.com/vladbat00/bevy_egui/issues/398) is related, and ~~updating that dependency here will fix the problem~~ (edit: it's not dependencies, they're already up to date)

> I think the problem is that recent bevy_egui versions, you need a camera2d for egui to show. That was it! Actually, I got stumped by two issues around assumptions...

Side note: the latest SDK release on Maven Central is 1.6.40. The version in GitHub releases when looking at the repo can be out of date sometimes, though the maven-central...