I want this logo/game name to size with the buttons without stretching or moving away like it does inside of the video.
1 Like
Use offset instead of scale to ensure that the logo maintains the same pixel dimensions.
Although, I assume that you want to keep using scale and minimize the resizing of the logo vertically. To do that you need to edit/crop the actual png to have minimal space surrounding the logo.
1 Like
Put your UI’s AnchorPoint at .5, .5 and use a scaled position (if it doesn’t already). This should work
1 Like
i would put the buttons, and the title under one single frame. that one frame should be transparent.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.