Hello! My GUI was not showing up correctly on my PC or my Xbox so I used AutoScale Lite to fix it which it did but now I get a big gap every time I play. I have found no solution to this issue so far. Any ideas? (The gap is bigger in fullscreen I can’t show it when using the snipping tool.)
Are u sure u scaled the back drop UI?
What you would you be referring to?
Oh sorry, no its not the backdrop UI.
hello
this can help you
watch any video to know how to use
I’m using AutoScale Lite and no video seems to help me with my issue. Here’s what my GUI looks like in explorer:
Have you checked that the image is covering the whole screen in studio?
Yeah I put it to the size to 1,0,1,0 which fills the whole screen I believe
Try double checking by scaling it with your mouse then pressing the device view in studio
Common myth. AutoScale lite or pro version doesn’t scale your UI for you. It’s practically useless in that sense. Don’t listen to or spread this bogus.
If you want it to fit the entire screen, set the UIAspectRatios AspectType
to ScaleWithinParentSize
. Some of the image will be clipped off but it will fit the entire screen. The reason it doesn’t fit the screen right now is because the image has a different aspect ratio than the screen and you’re fitting the entire image to that different ratio.
If you remove the aspect ratio and just scale it to 1, 0, 1, 0
the image would become stretched and look bad.