Author Topic: Two scenes: one in landscape and one in portrait  (Read 2402 times)

jacksmash

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 9
    • View Profile
Two scenes: one in landscape and one in portrait
« on: March 11, 2013, 01:11:53 PM »
I have an unusual situation where my main menu scene is in landscape mode, but it launches a scene that is in portrait. In other words, I will be forcing the user to rotate the phone when he launches the 2nd scene (this is out of my control, sorry).

Designing the (landscape) main menu was pretty straightforward.

It seems to me that I will need to design the (portrait) UI as I would any scene, and then rotate the entire (portrait) UI by 90 degrees. I'm not sure if that is really a good approach... or if there is something simple that I'm missing.

Thanks for any suggestions.

jacksmash

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 9
    • View Profile
Re: Two scenes: one in landscape and one in portrait
« Reply #1 on: March 11, 2013, 01:52:23 PM »
Ignore this. I'm just rotating the UI elements and using anchors, and it seems to work fine.