Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

For each loop node

Iterate over each item in a list, and execute connected actions for each item.
Read time 1 minuteLast updated 2 days ago

Use the For each loop node to run actions once for every item in a list or collection. For each item, it provides that item so you can use it inside the loop.

Sockets

Socket

Type

Description

SocketAny (collection)The list or collection to loop over.
ThenEvent (output)Fires once for each item in the collection.
ItemAny (output)The current item from the collection for this pass.