Immerse SDK
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Window

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.

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.

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.