- Home /
Fit application to any device resolution
Hello, Can anyone tell me how can i fit my app to any device resolution?
I already set my canvas to fit width and height with reference to 1080X1920, but when im changing the resolution the app lose some objects (they are found under or above the screen)
P.S, i used anchors and tried to change them alot and nothing helped.
Thanks.
Answer by finlay_morrison · Apr 18, 2018 at 12:47 PM
You should change how the objects scale and anchor in the transform component of each object, you should play around with these and the canvas settings until you get the effect that you would like.
Thanks for replying. 1) do i need to create a script for that, or just by using the unity editor? 2) do you have any example for that?
Your answer
Follow this Question
Related Questions
Keeping relative size of UI elements constant without moving them 1 Answer
Keeping relative size of UI elements without moving them 0 Answers
Need some help regarding UI layout in different Screen resolutions 1 Answer
UI Fading in flicker 5.5 1 Answer
Canvas is low resolution unless paused and resumed 0 Answers