The Window prefab provides a neat and styled solution for arranging UI elements either in screen or world space. This prefab contains a Scroll Rect for content layout with a Scroll Indicator.

530

Window containing a few UI elements

Window (Pages)

This variant on the Window prefab makes use of a Page Controller component to make it easy to navigate between multiple pages of content. 3 buttons are displayed on a navigation bar which are Home, Previous and Next.

509

Window with page controller

Additional pages can be added to the page controller by adding children under the 'Viewport' game object or by duplicating 'Page 1'. New pages will be automatically detected by the page controller.