top of page

Boolean Check Node

Behavior Tree Editor

Unity

Description

The boolean check node takes a boolean reference. If the bool value is true then the node returns success, if its false the return is failure.

Fields/Buttons

Target Bool Ref (boolean reference) - The boolean reference that will have its value checked.

Pipeline

Adding The Node:

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

bottom of page