uloop-unity-search
21
总安装量
21
周安装量
#17361
全站排名
安装命令
npx skills add https://github.com/hatayama/uloopmcp --skill uloop-unity-search
Agent 安装分布
codex
21
amp
20
gemini-cli
20
github-copilot
20
kimi-cli
20
opencode
20
Skill 文档
uloop unity-search
Search Unity project using Unity Search.
Usage
uloop unity-search [options]
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
--search-query |
string | – | Search query |
--providers |
array | – | Search providers (e.g., asset, scene, find) |
--max-results |
integer | 50 |
Maximum number of results |
--save-to-file |
boolean | false |
Save results to file |
Global Options
| Option | Description |
|---|---|
--project-path <path> |
Target a specific Unity project (mutually exclusive with --port). Path resolution follows the same rules as cd â absolute paths are used as-is, relative paths are resolved from cwd. |
-p, --port <port> |
Specify Unity TCP port directly (mutually exclusive with --project-path). |
Examples
# 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 20
Output
Returns JSON array of search results with paths and metadata.
Notes
Use uloop get-provider-details to discover available search providers.