Loops Scroll Rect content indefinitely Configures automatically - works in both vertical and horizontal (but not both at the same time) - drag and drop - can be initialized by code
1 Overview
3 Methods
4 Usage
6 See also
The Infinite Scroll Rect script causes content items for a Scroll Rect to loop indefinitely as the user scrolls.
It also allows you determine whether the control starts on awake or via code.
The properties of the Scroll Rect Infinite component are as follows:
Property | Description |
---|---|
Init By User | Should this activate automatically or only on request. |
Method | Arguments | Description |
---|---|---|
SetNewItems | newItems (List of Transform Items) | Appends a list of items to the Infinite Scroll child list |
Requires a configured ScrollRect. Which will be added by default.
Simply add the default Scroll Rect Infinite component to a Scroll Rect using “UI / Extensions / UI Infinite Scroll” in the “Component” menu.
Click to play
Credit Tomasz Schelenz
Sourced from - https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues/81/infinite-scrollrect