Hello, I have some issues with my app on the windows store. The display resolution dialog box d(the unity box where user can choose resolution and render quality) does not appear when the app is installed and lunched from the windows store. I then get really bad performance as if the app was set to max resolution and greatest render quality. Is there a way to get this display resolution dialog box to appear like with the mac app store? So the user can choose by himself if he wants to have better render quality or better speed performance?
Thanks for your help
Best regards
Unfortunately we don’t have such built-in functionality on Windows Store. You could, however, make a settings menu in your game yourself and make resolution and render quality selectable there.
Thank you very much, like you advise I made a render quality menu in game. thanks again