mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 05:03:47 +00:00
40ea5b4ef6
# Objective Fixes: https://github.com/bevyengine/bevy/issues/6466 Summary: The UI Scaling example dynamically scales the UI which will dynamically allocate fonts to the font atlas surpassing the protective limit, throwing a panic. ## Solution - Set TextSettings.allow_dynamic_font_size = true for the UI Scaling example. This is the ideal solution since the dynamic changes to the UI are not continuous yet still discrete. - Update the panic text to reflect ui scaling as a potential cause |
||
---|---|---|
.. | ||
button.rs | ||
font_atlas_debug.rs | ||
text.rs | ||
text_debug.rs | ||
transparency_ui.rs | ||
ui.rs | ||
ui_scaling.rs | ||
z_index.rs |