Skip to main content
Glama

MCP Server for Unity

by zabaglione

asset_create_material

Generate a new Unity material with the specified name using the MCP Server for Unity, directly within your project workflow.

Instructions

Create a new Unity material

Input Schema

NameRequiredDescriptionDefault
materialNameYesName of the material (without .mat extension)

Input Schema (JSON Schema)

{ "properties": { "materialName": { "description": "Name of the material (without .mat extension)", "type": "string" } }, "required": [ "materialName" ], "type": "object" }

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/zabaglione/mcp-server-unity'

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