Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

Wait Until node

Pause the execution of the logic until a specified condition is met.
Read time 1 minuteLast updated 2 days ago

Use the Wait Until node to pause your logic until a condition is true. It holds the flow and only continues when the true/false check becomes true. This node is useful if you want to wait until something is ready, like to detect when an object becomes visible or a value reaches a target.

Sockets

Socket

Type

Description

Condition
Bool
The true/false check to wait for. The node pauses until this becomes true, then continues to the next connected action.