QualitySettings.resolutionScalingFixedDPIFactor is not working realtime
Is there any way to make the following downscale work real time in android or should I force the user to have the app restarted?
QualitySettings.resolutionScalingFixedDPIFactor = 0.9f;
The scaling works, the only problem would be that after I set it I have to at least put the app to background and then put it back on screen to take effect.
Is there any code I could write to force this screen refresh without restarting the app? If no, how should I implement the application restart?
I appreaciate the help!
Your answer
Follow this Question
Related Questions
Virtual joystick and resolutionScalingFixedDPIFactor problem 0 Answers
Target DPI for android 0 Answers
Changing Resolution in game messes up UI and Mouse Input 0 Answers
Set Game Resolution For Every Screen 0 Answers
Standalone game's built version is zoomed in at most resolutions. Looks fine in game view. 1 Answer