Hello! I know I recently posted about ui scaling, It was solved by the AutoScale Lite plugin! But now if I go onto other devices like ipad, It is spread out alot which I don’t want.
Could anyone help? Thanks.
Hello! I know I recently posted about ui scaling, It was solved by the AutoScale Lite plugin! But now if I go onto other devices like ipad, It is spread out alot which I don’t want.
Could anyone help? Thanks.
You can add a UIAspectRatioConstraint
to the background (which I believe is the ImageLabel
in your case) and put the buttons inside the ImageLabel
, it will then look the same on all resolutions.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.