Skip to main content
Glama

assets-create-folder

Create new folders within Unity's Assets directory to organize scripts and assets in your project. Specify parent folder paths and new folder names to structure your Unity project efficiently.

Instructions

Creates a new folder in the specified parent folder. The parent folder string must start with the 'Assets' folder, and all folders within the parent folder string must already exist. For example, when specifying 'Assets/ParentFolder1/ParentFolder2/', the new folder will be created in 'ParentFolder2' only if ParentFolder1 and ParentFolder2 already exist. Use it to organize scripts and assets in the project. Does AssetDatabase.Refresh() at the end. Returns the GUID of the newly created folder, if successful.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsYesArray of folder creation specs. SCHEMA: [{"parentFolderPath":"Assets/parent","newFolderName":"folderName"}] - properties must be camelCase.

Latest Blog Posts

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/butterlatte-zhang/unity-ai-bridge'

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