In order to adapt the UI to multiple screens, you have to care about 2 things: size and position. With size, please use Canvas Scaler
. With UI object position, setup the RectTransform anchor point to a normalized position. Anyway, please give more clarity about what exactly you want to archive.