Just create a UIPanel somewhere in your game world, then add widgets to it like you would to a normal object. Or -- the easier approach -- create your UI layout in 2D then make a prefab out of the panel. You can instantiate this panel anywhere you want in the world, and position/scale it like any other object.