Debug Nodes
These animation controller nodes can be used to find problems.
Log Node

The log node simply prints a dev string to the log whenever it gets activated.
Properties
Text: The text to print. This may include placeholders for the input values. Use{0}to{3}to embed the values fromInput0toInput3respectively.
Input Pins
Active: Every frame in which this pin is triggered, the node will logTextas a Dev message to the log.Input0toInput3: These pins allow you to pass in values that can be printed to the log.
See Also
Last modified: 24 January 2026