Scroll List Block

$8
Publisher Code Blocks
File size 63.33kB
Number of files 13
Latest version 1
Latest release date 2020-05-14 08:21:10
First release date 2020-05-14 08:21:10
Supported Unity versions 2018.4.2 or higher

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.

Top Publisher Assets