Align a GUI to the far right of my screen

How would i align my inventory gui for my game to the far right of my screen?

It depends on how you have created your GUI, but you could start with Rect’s that are on the far right…

Rect rightCenterAlignedRect = new Rect(Screen.width - 200, Screen.height/2 - 10, 200, 20);