Skip to content

Lists

Lists manage collections of UI items that can be added, removed, or reordered at runtime.
They handle layout, spacing, and animation so items appear and disappear smoothly without manual UI wiring.

Lists are commonly used for message feeds, notifications, inventories, logs, scoreboards, objectives, and any UI where items come and go over time.

Lists can be set up visually in the editor and then driven entirely by actions at runtime.

Widgets

Animated List

A dynamic list that animates items as they are added or removed.

Tip

List items are typically prefabs that define their own internal layout.
Lists focus on managing item lifetime and animation, not item content.