- Home /
Question by
jg2115 · Feb 07, 2014 at 12:22 AM ·
guiresolutionscreenresizingaspectratio
NOT auto resizing GUI, keeping GUI always the same aspect ratio
When i export to android, my main menu gets stretched vertically. When i search on Google, all i can find is auto resizing to fit the screen. By the way my texture fits the whole screen. Is there a way to keep the GUI texture at always the same aspect ratio?
Comment
I tend to create the rect based on certain percentages of the Screen.width & Screen.height. That helps make things cover the same percentage of the screen for different devices.