console_log
Log messages to Unity Console with Log, Warning, or Error types for debugging and monitoring Unity Editor operations.
Instructions
Log a message to the Unity Console. Supports Log, Warning, and Error types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message to log | |
| type | No | Log type: Log, Warning, or Error | Log |