uloop-unity-search

Locate Unity assets by name or type and output JSON paths and metadata.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/sakastudio/cef-test --skill uloop-unity-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uloop-unity-search
Source: https://github.com/sakastudio/cef-test/tree/main/.claude/skills/uloop-unity-search
Command: npx skills add https://github.com/sakastudio/cef-test --skill uloop-unity-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity projects often require locating specific assets (scenes, prefabs, scripts, materials, and other assets) by name or type, which can be time-consuming without a targeted search tool.

Core Features & Use Cases

  • Asset-wide search by name or type across Scenes, Prefabs, Scripts, Materials, and other assets.
  • Returns asset paths and metadata to feed into build pipelines, documentation, or research.
  • Use Case: quickly locate all instances of a given asset, such as a texture named "Brick" or a prefab named "PlayerController".

Quick Start

Run the unity-search command with a sample query such as "Player" to locate assets across the project.

Frequently Asked Questions about uloop-unity-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for Unity assets by name or type across a project?

You can locate Unity assets by name or type using a query command, which returns a JSON array of results containing asset paths and metadata for scenes, prefabs, and scripts.

Can I limit the number of results when searching for Unity prefabs and scenes?

Yes, you can limit the number of returned Unity asset search results by applying the max results parameter, which restricts the output JSON array of asset paths and metadata.

What metadata do I get back when locating Unity assets like materials or scripts?

Searching for Unity assets returns a JSON array containing asset paths and metadata, providing the necessary details to identify scenes, prefabs, scripts, and materials across the project.

Does Unity asset search work for finding specific items like a texture named Brick?

Yes, you can find specific Unity items like a texture named Brick or a prefab named PlayerController by running a targeted search query that matches asset names and types across the project.

How do I use Unity asset search results in build pipelines or documentation?

You can feed the JSON array of asset paths and metadata returned by the Unity asset search directly into build pipelines, documentation, or asset management workflows.

Do I need any dependencies to run Unity asset search for project files?

No dependencies are required to search Unity assets, as the tool independently locates items by query and returns paths and metadata without needing external components.