Author Topic: Scene view for portrait mode UI?  (Read 2100 times)

niall

  • Newbie
  • *
  • Thank You
  • -Given: 5
  • -Receive: 0
  • Posts: 13
    • View Profile
Scene view for portrait mode UI?
« on: June 17, 2014, 08:34:27 AM »
I'm making a "storybook library" type app in portrait mode, and I thought my scene view would display the UI properly, but it's almost as though NGUI defaults to a landscape mode UI in scene view, is that the case?  Anchoring something like a background image to the top and sides of the UI Root object ends up looking something like this in scene view, and only appears properly when I play the app:

http://puu.sh/9xuNb/7f789ebad1.png

Could I be missing an NGUI setting somewhere to switch to "portrait-mode scene-view" or something?  The "Shrink portrait UI" checkbox seems to do nothing in this case.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Scene view for portrait mode UI?
« Reply #1 on: June 17, 2014, 01:49:44 PM »
Don't hide the game view behind your scene view. It's not possible to determine the game view's dimensions properly when it's hidden.