top of page

Wait Seconds Node

Behavior Tree Editor

Unity

Description

The wait seconds node waits an amount of time specified in seconds. Returns running during the count and success on completion of the count. The node has no children.

Fields/Buttons

Repeat Time (float) - The numbers of seconds the node will wait before returning success.

Pipeline

Adding The Node:

Right click in the graph view of the behavior tree, select “WaitSeconds” from the Node Menu.

bottom of page