Skip to content

Animated List Insert Item

Create a new item and insert it into an AnimatedList at a specific index.

Parameters

Parameter Description
Animated List Target AnimatedList widget.
Prefab Override Optional prefab to use instead of the list Item Prefab.
At Index Index to insert at.
Override Default Animation If enabled, uses the custom animation settings in this action.
Duration Animation duration in seconds when overriding defaults.
Ease Animation curve when overriding defaults.
Fade If enabled, fades the item during animation.
Use Realtime If enabled, animation uses unscaled time.
Store Item Optional output for the created item GameObject.

Notes

  • If Animated List is missing, the action does nothing.
  • Use this when you need a controlled insertion point instead of always appending to the end.