# Uloop Unity Search

> uloop unity-search

- Skill: `hatayama/uloop-unity-search-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hatayama/uloop-unity-search-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hatayama/uloop-unity-search-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: hatayama (https://skillmd.com/u/hatayama)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/hatayama/uloop-unity-search-2

---


# uloop unity-search

Search Unity project using Unity Search.

## Usage

```bash
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 |

## 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 20
```

## Output

Returns JSON array of search results with paths and metadata.

## Notes

Use `uloop get-provider-details` to discover available search providers.

