Unity Page Slider
Core Components
- Page Slider: This core component manages your entire paginated UI system. It houses your pages, triggers page change events, and provides overall control.
- Page Scroller: This component handles the smooth scrolling of your pages. You can configure scrolling behavior and receive notifications when a page transition begins or ends
- Page View: This serves as the individual page within your paginated system. Here, you build and customize the layout of each page. It also triggers events when a page is activated or deactivated.
Optional Components
- Page Dots Indicator: This optional component provides a collection of dots to visually represent your pages and aid navigation. Users can interact with these dots to jump to specific pages.
- Page Dot: This represents a single dot within the Page Dots Indicator component. Each dot corresponds to a specific page within your paginated UI.
Setup
You can create a Page Slider in two ways: either with a predefined set of pages and content, or by loading content dynamically into the slider at runtime. Check the following guides for step-by-step tutorials:
Helpful links
- For a more in-depth explanation, check out this video.
- Explore the API Reference for more details.
- Modify the source code available on GitHub.
- Install directly from the Unity Asset Store.
- Get in touch with me at tomazsaraiva.com.