Author Topic: How to fit all screen size for different mobile device?  (Read 1851 times)

akira32

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
How to fit all screen size for different mobile device?
« on: May 07, 2017, 08:50:33 AM »
I design my game with screen size as 800x480. I want to fit to another screen size. Does somebody know how to fit?

yo_milo

  • Newbie
  • *
  • Thank You
  • -Given: 10
  • -Receive: 2
  • Posts: 36
    • View Profile
Re: How to fit all screen size for different mobile device?
« Reply #1 on: May 10, 2017, 11:32:19 AM »
Set up your camera at your UI_Root, using you "Go to" resolution, and determining if you are going to be flexible or constrained.

Basically, you can set up to some aspect ratios, make some extra space on wider or taller screens.

But then, you want some sprites to be always on the corners regardless of how wide a phone is... Then you go to your sprites and set anchors.

:)