Expected
I want a ScrollRect for 3 screen-widths of content.
The user is able to press a button to have the it automatically switch between them (no dragging)
The 3 screens need to match the Device’s width
Issue
When I switch from iPhone 5 aspect ratio to a wider ratio, the HorizontalScrollRect RectTransform Right stays -1280. The elements inside change width (i suspect to accommodate the new aspect ratio) but are not wide enough to cover the entire screen.
I’ve tried a bunch of different layout setups, but not finding anything that matches the elements to the screen size. I would do it in code, but the size is somehow related to the Canvas scaler in a way that i’m not easily seeing.
The Canvas is setup to use the (very narrow) iPhone 5 Portrait Mode as the base resolution.
HorizontalScroll
HorizontalScrollRect (the content for the ScrollRect)
And this is one of the screens