How set size in mobile?

I have created a death screen but it does not match up with mobile

what should i do?

or can you send me the link to a article to make a death screen

1 Like

You can use Size property instead of using Offset property, or you can use this plugin for autoscaling:

Change the anchor point to 0.5,0.5 and the position to 0.5,0,0.5,0

This centers all GUI Objects
No matter the device

1 Like