My builded game is resized!
Hi. Need help, please. My builded game is resized. You can check the screens.
It might be something to do with the CanvasScaler component attached to your Canvas.
Answer by leonardo_f-almeida · Dec 02, 2016 at 01:47 PM
Try to use 'CanvasScaler' attached to your canvas and use 'Scale With Screen Size', set the width and height according with the resolution you´re making your game, make sure to put 'Match Width or Height' = 0.5. You can see a full explanation in these links:
https://docs.unity3d.com/Manual/HOWTO-UIMultiResolution.html https://docs.unity3d.com/Manual/script-CanvasScaler.html https://docs.unity3d.com/Manual/UIBasicLayout.html
if you have 1 hour: https://unity3d.com/pt/learn/tutorials/topics/user-interface-ui/ui-tools-resolution-device-independence
With these contents you can solve that!