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 fromInput0
toInput3
respectively.
Input Pins
Active
: Every frame in which this pin is triggered, the node will logText
as a Dev message to the log.Input0
toInput3
: These pins allow you to pass in values that can be printed to the log.
See Also
Last modified: 09 June 2024