Skip to main content
Glama

MCP Server for Unity

by zabaglione

asset_list_all

List all assets in a Unity project, filtered by type (scenes, materials, scripts, shaders, or all) for efficient project management and organization.

Instructions

List assets in the Unity project

Input Schema

NameRequiredDescriptionDefault
assetTypeNoType of assets to list (all, scenes, materials, scripts, shaders)

Input Schema (JSON Schema)

{ "properties": { "assetType": { "description": "Type of assets to list (all, scenes, materials, scripts, shaders)", "enum": [ "all", "scenes", "materials", "scripts", "shaders" ], "type": "string" } }, "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