-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference LogNode
S2NX7 edited this page Oct 10, 2025
·
3 revisions

The Log node allows you to output messages to the Unity Console.
It supports multiple arguments, which can be formatted into a string using the format input. You can also choose the type of log: normal, warning, or error.
Properties
- argumentCount : The number of arguments this node accepts (up to 10).
-
type : The type of log to output (
Log
,Warning
, orError
).
Input Ports
-
format : The format string used to compose the message with the provided.
-
input : The control flow input that triggers the log.
-
Arguments : Optional arguments used in the formatted log message.
Output Ports
- output : Triggered after the log has been output to the console.