Hello! I am having a problem with UIs and was wondering if there is any solution. I’ve tried many solutions and looked up many forums and they’re all saying to use the scaling part for size and position instead of offset. Great! It works amazingly… but on my device. The problem is it looks funky on mobile. It’s like the image gui got flattened! Here are two images of what it looks like on my device, compared to mobile. If anyone has some sort of solution, that’d be great. Thanks!
For image-based GUI you’ll either need to set the ScaleType to Fit or add a UIAspectRatioConstraint.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.