Search Unity

Multi Resolution publish

Discussion in 'Android' started by Milad-Fathi, Nov 9, 2012.

  1. Milad-Fathi

    Milad-Fathi

    Joined:
    Nov 9, 2012
    Posts:
    32
    Hi all, my english is too bad. pls excuse me!
    when i want to publish my game to android . unity asks from me to choose a resolution (for example 320*480,...) . the question is that how can i publish my game for all resolution?

    best regards, Milad
     
  2. henry96

    henry96

    Joined:
    Sep 28, 2011
    Posts:
    582
    It depends on your codes. If your code didn't include the screen adjustment, it will probably mess up when it gets into devices. I find involving Screen.width and Screen.height is quite a good way to adjust for multiple resolution.
     
  3. Milad-Fathi

    Milad-Fathi

    Joined:
    Nov 9, 2012
    Posts:
    32
    Thanks henry96