Skip to main content
Glama

MCP Server for Unity

by zabaglione

system_create_player_controller

Create a fully functional player controller system for Unity games. Specify game type and required features to generate tailored controller scripts for platformer, FPS, third-person, or top-down gameplay.

Instructions

Generate a complete player controller system

Input Schema

NameRequiredDescriptionDefault
gameTypeYesType of game (platformer, fps, thirdperson, topdown)
requirementsYesList of required features

Input Schema (JSON Schema)

{ "properties": { "gameType": { "description": "Type of game (platformer, fps, thirdperson, topdown)", "type": "string" }, "requirements": { "description": "List of required features", "items": { "type": "string" }, "type": "array" } }, "required": [ "gameType", "requirements" ], "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