assets-find-built-in

Find built-in Unity Editor assets by name and type.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/lightvu25/Echoes --skill assets-find-built-in-lightvu25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assets-find-built-in
Source: https://github.com/lightvu25/Echoes/tree/main/SKILLS/assets-find-built-in
Command: npx skills add https://github.com/lightvu25/Echoes --skill assets-find-built-in-lightvu25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers locate Unity's built-in assets stored in Resources/unity_builtin_extra, enabling faster validation of asset availability without relying on GUIDs.

Core Features & Use Cases

  • Filter by asset name to quickly pinpoint a specific built-in asset.
  • Filter by asset type to narrow results to materials, textures, or other asset kinds.
  • Use Case: When designing a scene, verify the presence and type of a required built-in asset to ensure correct rendering and behavior.

Quick Start

Search built-in Unity assets by name and type using the assets-find-built-in tool.

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 built-in Unity assets stored in Resources/unity_builtin_extra?

To find built-in Unity assets in Resources/unity_builtin_extra, use a search tool that filters by asset name and type, returning asset references with instance data for downstream tooling.

What is the best way to verify the availability of a built-in material in Unity?

Verifying built-in material availability in Unity involves filtering the built-in asset library by name and type to confirm the material exists and ensure correct rendering behavior in your scene.

Can I search for Unity built-in textures by asset name without relying on GUIDs?

Yes, you can search for Unity built-in textures by asset name and type instead of relying on GUIDs, which enables faster validation of asset availability across different Unity projects.

Does this asset search method work across different Unity projects?

Yes, this asset search method applies to workflows across Unity projects, allowing you to quickly locate and verify built-in editor assets from the Resources/unity_builtin_extra directory.

What types of built-in assets can I filter by in the Unity editor?

You can filter built-in Unity editor assets by type to narrow results to categories like materials, textures, or other asset kinds stored within the Resources/unity_builtin_extra location.