How can I make it so UI elements in my game are larger on mobile devices?
You could use UISizeConstraint, where you can set the min size to be larger so it doesn’t shrivel up and get too small. You could do some sort of device detection but I think UISizeConstraint is the easiest solution.