You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by Litttlefish November 5, 2023
Today I updated bevy to 0.12, and after migration I found this weird UI displacement
In 0.11, the ui works perfectly.
It happens when window resizes, also it seems that the displacement sometimes will change depending on resolution and presumably UiScale
On maximum(UiScale is about 1.9)
On fullscreen(UiScale is 2.0)
And I made a minimal reproduce code
for sprite, any 16:9 image is ok
and maximize it after run to see the bug at the right side
Should look like this
As you can see, the right side has one pixel missing
Discussed in #10381
Originally posted by Litttlefish November 5, 2023
Today I updated bevy to 0.12, and after migration I found this weird UI displacement
In 0.11, the ui works perfectly.
It happens when window resizes, also it seems that the displacement sometimes will change depending on resolution and presumably UiScale
On maximum(UiScale is about 1.9)
On fullscreen(UiScale is 2.0)
And I made a minimal reproduce code
for sprite, any 16:9 image is ok
and maximize it after run to see the bug at the right side
Should look like this
As you can see, the right side has one pixel missing
The text was updated successfully, but these errors were encountered: