top of page

Print Debug Log Node

Behavior Tree Editor

Unity

Description

The print debug log node prints a debug log and always returns success. The node has no children.

Fields/Buttons

Log Message (string) - The message that will be printed to the console.

Pipeline

Adding The Node:

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

bottom of page