How to scale images corectly?
Hi, i have some troubles with making a scene in Unity. In the editor all things looks good in game tab, but when i open the game on my phone, anything makes sense. That is what i get when open with my phone:
This is wat it looks in Unity:
Help me please. Thanks.
Answer by mikelortega · Dec 14, 2015 at 01:22 PM
It seems your phone's resolution is much higher than your Game view window.
You have to set your background picture's Rect Transform Anchors to:
Anchors:
Min 0 0
Max 1 1
This way it will stretch and cover all the screen.
Try changing your game window sizes and see the results.
Your answer
Follow this Question
Related Questions
Screen Space - Camera for Mobile (Android) not working 0 Answers
Trying to put a canvas in Google Cardboard 0 Answers
Canvas differently displayed in built Android version and Unity Game mode. 0 Answers
make font scale at pixel perfect camera resolution 0 Answers
RawImage with RenderTexture texture not working on Android 1 Answer