uloop-unity-search
Original:🇺🇸 English
Translated
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.
12installs
Sourcehatayama/uloopmcp
Added on
NPX Install
npx skill4agent add hatayama/uloopmcp uloop-unity-searchTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →uloop unity-search
Search Unity project using Unity Search.
Usage
bash
uloop unity-search [options]Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| string | - | Search query |
| array | - | Search providers (e.g., |
| integer | | Maximum number of results |
| boolean | | Save results to file |
Global Options
| Option | Description |
|---|---|
| Target a specific Unity project (mutually exclusive with |
| Specify Unity TCP port directly (mutually exclusive with |
Examples
bash
# 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 20Output
Returns JSON array of search results with paths and metadata.
Notes
Use to discover available search providers.
uloop get-provider-details