Hi,
is it possible to scale my complete game by factor 1.1?
The game has a lot of graphics that I don’t necessarily want to enlarge and fit and place individually.
The resolution should remain at 720 x 1280 pixels.
Thank you.
Hi,
is it possible to scale my complete game by factor 1.1?
The game has a lot of graphics that I don’t necessarily want to enlarge and fit and place individually.
The resolution should remain at 720 x 1280 pixels.
Thank you.
You can try the camera zoom action and set the zoom to 1.1 on every layer.
Some things to consider:
After changing the zoom you’ll have to re-center the cameras.
UI objects that are on the edges of the screen will be slightly pushed away from the screen area. So you either need to re-position the objects or try using the anchor behavior on them.
The graphics will lose a bit of resolution / sharpness.
If your game is pixel art, then the 1.1 zoom can produce visual issues and uneven pixel sizes.
Hi insein,
Thank you very much for your tip. It worked well.
I quickly customized the UI.
Since I always generate all graphics in high resolution, I have no loss of quality after scaling.