Content missing from font_atlas_debug
, overflow_debug
, and game_menu
examples
#16136
Labels
A-Text
Rendering and layout for characters
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
C-Examples
An addition or correction to our examples
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
Bevy version
main, bisected to #16083
Relevant system information
SystemInfo { os: "MacOS 14.5 ", kernel: "23.5.0", cpu: "Apple M1 Max", core_count: "10", memory: "64.0 GiB" }
AdapterInfo { name: "Apple M1 Max", vendor: 0, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "", backend: Metal }
What you did
cargo run --example font_atlas_debug
cargo run --example overflow_debug
cargo run --example game_menu
What went wrong
Upper text is missing in both text examples.
Icons are missing from buttons in
game_menu
example.Additional information
pixel-eagle links
overflow_debug.png
font_atlas_debug.png
game_menu.png
The text was updated successfully, but these errors were encountered: