EE - Preview flex layout overflows hidden to the right on other DPI settings
Closed this issue · 2 comments
hai-vr commented
When Unity runs with other DPI settings, the preview flex layout overflows hidden to the right
(requested by fapo)
hai-vr commented
DPI on fapo's machine is 216. DPI on my machine is 96.
Therefore the Screen.width needs to be multiplied by the result of (96f / Screen.dpi)
to fix the flex layout (not sure if it's the correct fix, but it appears to be functional for fapo)
hai-vr commented
Should be fixed in VEE