assets-find-built-in

Search Unity Editor built-in resources for assets by name and type.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lunafish/Game00 --skill assets-find-built-in
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assets-find-built-in
Source: https://github.com/lunafish/Game00/tree/main/SKILLS/assets-find-built-in
Command: npx skills add https://github.com/lunafish/Game00 --skill assets-find-built-in

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to search for and locate built-in assets within the Unity Editor's resource files, which are not typically accessible through standard project asset management.

Core Features & Use Cases

  • Search Built-in Assets: Find assets like default materials, icons, and shaders that Unity uses internally.
  • Filter by Name and Type: Narrow down search results by specifying the asset's name or its Unity type.
  • Limit Results: Control the maximum number of assets returned to manage output size.
  • Use Case: You need to find the default Unity shader to inspect its properties or apply it to a custom object.

Quick Start

Find all built-in assets named 'Default-Material' with a maximum of 5 results.

Frequently Asked Questions about assets-find-built-in

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

FAQPage Schema
How do I find Unity built-in assets like default shaders and materials?

You can find Unity built-in assets by searching the Unity Editor's internal resource files using specific asset names and Unity types. This allows you to locate default materials, icons, and shaders that are not accessible through standard project asset management.

Can I filter Unity Editor internal resources by type and limit the number of search results?

Yes, you can filter Unity Editor internal resources by specifying both the asset name and its Unity type. You can also control the maximum number of assets returned to manage the output size and narrow down the search results effectively.

What is the best way to locate Unity's default resources for inspection?

The best way to locate Unity's default resources for inspection is to search the built-in resource files directly by name. This identifies internal Unity assets like default shaders or materials so you can reference and inspect their properties.

Why can't I find default Unity shaders and icons in standard project asset management?

Default Unity shaders and icons are not accessible in standard project asset management because they are built-in resources stored internally in the Unity Editor. You need to search these specific internal resource files directly to locate and reference them.

Does searching for built-in Unity assets work without adding external dependencies?

Yes, searching for built-in Unity assets works without external dependencies because it directly queries the Unity Editor's internal resource files. You can safely locate default materials and shaders within your existing Unity environment setup.