send_console_log
Send log messages to the Unity console with optional type (info, warning, error) for debugging.
Instructions
Sends console log messages to the Unity console
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | The type of message (info, warning, error) - defaults to info (optional) | |
| message | Yes | The message to display in the Unity console |