![Scroll List Block](https://assetstorev1-prd-cdn.unity3d.com/key-image/74ca7237-6600-4df7-b741-9825b1b2d207.jpg)
This package contains a full customizable scroll list for game UI Unity development.
OVERVIEW
Create and manage scrolling lists in a game is essencial. Currently, Unity UI have the ScrollRect component and the Scroll View UI that do this task up to a certain point.
When you add a Scroll View you still need to develop a lot of code to implement a full functional list..
The Scroll List code block is a fully funtional implementation of a game ready list, using Unity standard UI components.
Using the Editor menu or the right-click contextual menu you create a game list for your game UI in no time.
Then you add content to the list in a single line of command with FillList method, and
add each list item image, text or button callbacks using a single callback function.
MAIN FEATURES
- A ready to use editor create command that allows you to add lists directly into the scene.
- A comprehensive architecture that includes a base ScrollListItem component that is instantiated acording to the list content.
- A flexible content size manager to make the list the exact size need for the content.
- A ready to use FillList method to fill you list with content.
- A ready to use Action callback to customise the single item content fill.