(Solved) Scale the whole game by 1.1

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:

  1. After changing the zoom you’ll have to re-center the cameras.

  2. 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.

  3. The graphics will lose a bit of resolution / sharpness.

  4. 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.

1 Like