ListScrollRect is an extension to Unity's ScrollRect that provides vertical and horizontal lists using Unity UI. It takes care of figuring out the position of each list item regardless of its content. It's easy to setup and handles virtually everything, all you need to do is provide the content.
Features:
- Provides vertical and horizontal lists.
- It's fast and memory efficient. List items are pooled when they scroll off screen allowing for thousands of items to be displayed.
- Determines the size and position of list items for you.
- List items can contain dynamic and even changing content. ListScrollRect will detect the change in size and update positions accordingly.
- Auto scrolling to specified list index.