Hi,
I have a problem with my window position on iOS devices.
My general game resolution is: 320 x 480.
My frame size is: 360 x 960 (because it is scrolling menu – character select )
On iPAD my frame will be 360 x 480. On iPhone my frame will be 320 x 569.
I set:
Start of Frame
->Center display in my frame to X – 180 ; Y – 240
I need visible COIN BAR, EXIT BUTTON and GREEN AREA (order -> always bring to front) so I unchecked “Follow the frame”. I created orange LEFT/RIGHT bar which should not be visible when I display my game on 320 x 569 screen.
Now my white area where I can choose character (yellow box) is center of the screen (it is correct) but my GREEN AREA , COIN BAR , EXIT BUTTON are not. (I think that is a problem with Fallow the frame option but I can’t find solution). My camera should be in 180 axis (X) always.
Issues:
1. How can I center display without visible orange left/right bar (when I set game resolution to 320 x 569 ) ?
2. How can I keep my COIN BAR, EXIT BUTTON and GREEN AREA in the indicated position ?
LINK TO MY EXAMPLE:
Please login to see this link.