- Home /
This post has been wikified, any user with enough reputation can edit it.
Question by
ranza · May 25, 2013 at 02:43 PM ·
androidguiresolutionscale
Resolution Multiplier on Android
Hey, I've noticed that on iOS there's a very elegant method of scaling the whole pixel perfect 2D game, by changing the resolution multiplier in QueryTargetResolution method in AppController.mm file after the build is done. Can something similar be found on Android?
In other words I'm looking for a way of using pixel perfect sprites from EZGUI with different resolutions.
Comment
Best Answer
Answer by Aras · May 28, 2013 at 11:44 AM
Calling Screen.SetResolution should be exactly what you want, no?
Your answer
Follow this Question
Related Questions
Android GUI resize problem 1 Answer
GUI adapting to screen resolution? 3 Answers
Scaling problem android 1 Answer
[Android] Screen Scaling?! 0 Answers
Is there way to apply scale on guitext? 0 Answers