Problems with UI Elements on Mobile

Hello,

im developing a 2D game for mobile, and have some problems.

I create a canvas for my scenes (main menu, 1st stage and game over menu), and add some images and text to make a HUD, or to make buttons for menus. I have adjust the anchors of each element like i watch in some videos, and when test on Unity its fine, BUT, when I build an apk for android and test on my phone, the hud images appears small, the buttons of menu is right, but the text inside this button are small too.

anyone has a good link, or video to explaim how can i make a good hud and menus for any platform or resolution please.

thanks

Select your canvas > in property panel > change the scaling to scale with screen size / other option. The solution is within there, you probably have to resize your buttons / text again if your screen resolution is set to FULL HD or something.

I encountered this problem before and solved by changing the options in canvas there.

Good luck.

awsome!! thx a lot! it worked!!