Assets Create Folder

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.

IdoCohen560 0b585ba 3.1 KB Updated

File contents

IdoCohen560/claude-unity-game-studio/tree/main/unity-mcp/Unity-MCP-Plugin/.claude/skills/assets-create-folder commit 0b585baaa8

Frequently asked questions

npx skillmds@latest add idocohen560/assets-create-folder