I seriously don’t want to make this topic repetitive, but my GUI fits on all but two devices, the Xbox and the HD 1080.
Below is basically the problem I’m facing: (I’m not sure how to paste a video without requiring you to download it)
It fits on phones (every phone)
It fits on tablets
It also fits on the Average Laptop and HD 720 device
However, when using the HD 1080 and the Xbox, the GUI isn’t positioned in the center.
BEFORE you give me strategies, please read over some of the solutions I’ve tried so far:
- I’ve tried converting all offset to scale (including size, position, etc.). The position I used was [0.5,0,0.5,0]
- I’ve tried using anchor points to set it in the center of the screen (0.5,0.5)
- I’ve tried using plugins such as AutoScale Lite, but it still didn’t work
- I’ve tried using AspectRatioConstraints (Divide the absolute values)
- I’ve tried using SizeContraints
- Lastly, I’ve tried grouping my GUIs in many different ways, but it so far doesn’t seem to make a difference.
(I did try inserting AspectRatioConstraints into every textlabel as well, but that also didn’t make a difference)
Can anyone help me with this? That would be appreciated; thanks in advance!