I'd like to ask what the best way is for supporting both phone and tablet portrait screens:
- What are the best Canvas Scaler settings and reference resolution to use?
Regarding tablets, a common approach is to keep the main UI content centered (not fully expanded), and only fully expand things like backgrounds.
I can do this by making the main UI content anchors to stay centered and not expand. Though this gives me the issue that on larger phone screens, the main UI content should still expand to the full available size. How do you solve this issue?