hai-vr/combo-gesture-expressions-av3

EE - Preview flex layout overflows hidden to the right on other DPI settings

Closed this issue · 2 comments

When Unity runs with other DPI settings, the preview flex layout overflows hidden to the right

(requested by fapo)

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)

Should be fixed in VEE