DebugUiPlugin
doesn't respect scale factor properly
#16666
Labels
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
X-Uncontroversial
This work is generally agreed upon
Bevy version
0.15
What you did
Enable
DebugUiPlugin
's outline drawing.What went wrong
Outline is twice the size of the actual nodes.
Additional information
This seems to be introduced by #16375, which did not update the debug implementation here:
bevy/crates/bevy_dev_tools/src/ui_debug_overlay/mod.rs
Lines 40 to 48 in 83c7291
The text was updated successfully, but these errors were encountered: