Hello.
So recently I have been testing different aspect ratios for my game, wichh has almost every asset created for 16:9, and noticed that on 16:10, it stretches some of the UI, this would not be a problem except the portraits for characters look kinda off when usign said aspect ratio.
Here are some Screens to illustrate:
Here´s 16:9 (the correct non-stretched look):
Here´s 16:10 (stretched):
The Dialogue Boxes include a Portrait element of course, using AC Menus.
Any way to mitigate this?
Thanks.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Switch over to UnityUI - it offers much more control over how the Menu reacts to different aspect ratios. Generally, I recommend using Unity UI for final menu design, while AC for rapid prototyping.
A tutorial on Unity UI menus can be found here.
Once created, the Canvas Scaler component can then be configured to have it adjust based on the screen size.