logo hyperPad Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Login

    Suggestion: Universal screen size

    Scheduled Pinned Locked Moved
    Comments & Feedback
    3
    5
    486
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • SIRD4SHS
      SIRD4SH
      last edited by

      Would it be possible to add an option to keep the same screen size across all devices? I've been making my game with iPhones in mind but it has honestly been somewhat of a pain.

      I realize I could have the game zoom out on iPhones to compensate but that could give an advantage over people playing on an iPad due to the fact that the game relies quite a bit on screen space and wrapping around the screen. I'd honestly much rather have black bars on the sides when playing on an iPhone.

      Thanks!

      1 Reply Last reply Reply Quote 0
      • MurtazaM
        Murtaza Admin
        last edited by Murtaza

        Apple will reject apps with black bars, so that won't work if you plan to release it in the App Store.

        If you design for the iPhone, and use % positions instead of meters ( in the object properties transform tab) then you should be able to create an experience that is very similar on both devices.

        Creating atruly universal size is really hard to do. We've tried, but couldn't come up with a good solution that made sense for everyone. One solution we had was come up with our own resolution that works on all devices, but it was a really weird number and users would have a hard time designing for it. So we scrapped that idea.
        It is still something we're actively thinking about and trying to solve.

        SIRD4SHS 1 Reply Last reply Reply Quote 0
        • Aidan_FireA
          Aidan_Fire
          last edited by Aidan_Fire

          It's not really too hard to change the app from iPad to iPod/iPhone size anyway though, you could just move the platforms around etc slightly, iPad vs iPod versions would have slightly different arenas. And obviously you would make the UI bigger too.

          1 Reply Last reply Reply Quote 0
          • SIRD4SHS
            SIRD4SH @Murtaza
            last edited by

            @Murtaza Thanks for the reply! I suppose I'll just zoom out a bit more on iphones then. An extra couple of meters or so on the sides of the screen shouldn't be too much of an advantage anyway.

            And this is possible by getting the screen's size via one of the screen behaviors, correct?

            1 Reply Last reply Reply Quote 0
            • MurtazaM
              Murtaza Admin
              last edited by

              Using the Get Screen behaviour you can get the X/Y position of the screen,
              The width, height, aspect ratio, and current zoom level.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post