Hello everyone. I have read many tutorials around how can my window size be fit in multiple screen sizes but none of them has worked so far.
My current window size is 640x1136 (iPhone 5/5C/5S screen resolution). When I transfer it to Xcode or Screenfly and I try to scale it to iPhone 4/4S resolution (640x960), black lines appear on the left and right corner.
Similar thing happens with the exact opposite window sizes. I tried window size of 640x960 hoping that it will stretch and fit the 640x1136 resolution but in this case black lines appear on the top and bottom of the screen.
I am running out of options now. I tried Letterbox scale, Scale inner and Scale outer. None of them has resolved my problem thus far.
Please help me make my game fit these two sizes.
P.S. I am using 800 x 1200 as Layout size