Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content missing from font_atlas_debug, overflow_debug, and game_menu examples #16136

Closed
rparrett opened this issue Oct 28, 2024 · 1 comment · Fixed by #16138
Closed

Content missing from font_atlas_debug, overflow_debug, and game_menu examples #16136

rparrett opened this issue Oct 28, 2024 · 1 comment · Fixed by #16138
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

Comments

@rparrett
Copy link
Contributor

rparrett commented Oct 28, 2024

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

@rparrett rparrett added C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled labels Oct 28, 2024
@rparrett rparrett changed the title Text missing from font_atlas_debug and overflow_debug examples Content missing from font_atlas_debug, overflow_debug, and game_menu examples Oct 28, 2024
@BenjaminBrienen BenjaminBrienen added C-Examples An addition or correction to our examples A-UI Graphical user interfaces, styles, layouts, and widgets S-Needs-Investigation This issue requires detective work to figure out what's going wrong A-Text Rendering and layout for characters and removed S-Needs-Triage This issue needs to be labelled labels Oct 28, 2024
@ickshonpe
Copy link
Contributor

Should be fixed by #16138

github-merge-queue bot pushed a commit that referenced this issue Oct 28, 2024
# Objective

The `ContentSize` requirement on `UiImage` got lost during merge
conflict fixes, causing some images such as the icons on the `game_menu`
example to disappear.

Fixes #16136

## Solution

Require `ContentSize` on `UiImage` again.

---------

Co-authored-by: Alice Cecile <[email protected]>
mockersf pushed a commit that referenced this issue Nov 5, 2024
The `ContentSize` requirement on `UiImage` got lost during merge
conflict fixes, causing some images such as the icons on the `game_menu`
example to disappear.

Fixes #16136

Require `ContentSize` on `UiImage` again.

---------

Co-authored-by: Alice Cecile <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants