microsoft / gdk-unity-package

The Unity package for PC GDK developers.
Other
51 stars 18 forks source link

[PROBLEM] UI Scaling on GDK -> Associate with the Microsoft Store #116

Open AlvaretA opened 1 year ago

AlvaretA commented 1 year ago

Hello!

Me and my team have recently joined ID@Xbox and are currently working on porting our game to the Microsoft Store using the GameCore Development Kit.

However, when we try to associate the title with the Microsoft Store, we face a scaling problem with the windows that opens. I will put our window vs what should appear.

Anyone know how to solve this Have we goofed anywhere?

problem how-it-should-look-like

Thanks in advance!

edwarduwms commented 1 year ago

Hi,

Thank you for your patience,

MicrosoftGame.config uses Settings->Accesibility->Text Size from Windows to readjust the text size for accessibility, could you please validate that the bar is at 100% (its lowest point) ?

edwarduwms commented 1 year ago

We have identified a bug that if Windows locale use comma as a decimal separator the font scales incorrectly, try temporarily switching to a locale that uses period as the decimal separator should fix the issue.

We are working on fixing this for future Microsoft GDK March 2023 Update 5 and Microsoft GDK June 2023 Update 1.