Hello, rookie here! I'm having a problem with a landscape layout I'm trying to test on Android. My project settings are:
- Layout Size: 1280 x 720
- Window Size: 640 x 360
- Scale: Scale outer
- Orientation: Landscape
Here's the issue: When I launch the game, it looks like this:When I rotate the screen, it does this:(note that this should not happen, I set orientation to landscape)
But when I rotate the device back to landscape, it does this:How can I prevent this from happening? Thank you!