I know that you can set the default/start orientation in the build.settings file, but withing an app I am designing I want the ability to have certain portions display in landscape and others in portrait.
Is there a way to currently do this that I am just not seeing? It seems like my only option is to force the orientation to potrait and for the portions that need to be landscape rotate all of the on screen elements 90 degrees and swap all x and y values (or vice versa - force landscape and then switch for portrait). [import]uid: 47373 topic_id: 9250 reply_id: 309250[/import]
Has there been any progress on this issue.
I too would like to be able to force a particular scene into portrait mode.
Assigning “system.orientation” doesn’t seem to work
I am writing a game in landscape mode.
The game includes a shared settings page that we use in all of our games (most of them are in portrait)
Therefore, the settings page is currently optimized for portrait
The shared settings page includes many text-fields.
The scene that I have uses native text-field controls and I need the keyboard to also be forced to be rotated into portrait