Skip to main content
Glama

Unity Editor MCP Server

notify_message

Sends a custom message to the Unity console, supporting info, warning, or error types, enabling clear communication during development and debugging processes.

Instructions

Sends a message to the Unity console

Input Schema

NameRequiredDescriptionDefault
messageYesThe message to display in the Unity console
typeNoThe type of message (info, warning, error)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "The message to display in the Unity console", "type": "string" }, "type": { "description": "The type of message (info, warning, error)", "type": "string" } }, "required": [ "message" ], "type": "object" }

You must be authenticated.

Other Tools from Unity Editor MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CoderGamester/mcp-unity'

If you have feedback or need assistance with the MCP directory API, please join our Discord server