Skip to main content
Glama

MCP Server for Unity

by zabaglione

asset_create_scene

Create a new Unity scene by specifying its name, enabling efficient scene setup and management within Unity projects via the MCP Server.

Instructions

Create a new Unity scene

Input Schema

NameRequiredDescriptionDefault
sceneNameYesName of the scene (without .unity extension)

Input Schema (JSON Schema)

{ "properties": { "sceneName": { "description": "Name of the scene (without .unity extension)", "type": "string" } }, "required": [ "sceneName" ], "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