GUI aint changing according to phone

I’m making a game in which i have given a button and a joystick , I looks all well in editor but when I built its apk for my phone it smalls down the GUI and it looks really small ( like non interactable small ) , Please help @Hellium .

You need to design your UI to be resolution independent: Redirect to... title of new-page

hi , let me help you .

  1. click on your canvas and in the inspector search for canvas scaler. now set the ui scale mode to “scale with the screen size”.

  2. now adjust the buttons accordingly.

  3. now the buttons that are in the lower left of the screen. select them and change there anchor points to bottom left and for the buttons in lower right , for them change the anchor points to bottom right.

  4. now test it on the phone : )