Loading...
Loading...
Search Unity project for assets. Use when: finding scenes, prefabs, scripts, materials, or other assets by name/type, or when user asks to search project files. Returns asset paths and metadata.
npx skill4agent add hatayama/uloopmcp uloop-unity-searchuloop unity-search [options]| Parameter | Type | Default | Description |
|---|---|---|---|
| string | - | Search query |
| array | - | Search providers (e.g., |
| integer | | Maximum number of results |
| boolean | | Save results to file |
| Option | Description |
|---|---|
| Target a specific Unity project (mutually exclusive with |
| Specify Unity TCP port directly (mutually exclusive with |
# Search for assets
uloop unity-search --search-query "Player"
# Search with specific provider
uloop unity-search --search-query "t:Prefab" --providers asset
# Limit results
uloop unity-search --search-query "*.cs" --max-results 20uloop get-provider-details