browse_unity_project
Navigate Unity project folder trees to locate asset subfolders quickly. Shows asset counts per folder for efficient project exploration.
Instructions
Browse the Unity project folder tree with asset counts. Use this to navigate large projects and find the subfolder containing the assets you want to work with.
WORKFLOW:
init_unity_project (once)
browse_unity_project (navigate to the right folder)
list_unity_assets (list assets in that folder)
parse_unity_file (parse specific assets)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | How many folder levels to show. Default: 2. | |
| subPath | No | Subfolder to browse relative to Assets/. Omit to browse Assets/ root. | |
| projectPath | Yes | Unity project root path (must have been initialized with init_unity_project first, or will auto-init). |