assets-find-built-in

Locate built-in Unity assets by name or type in the Resources directory.

Updated May 3, 2026
One-click install
npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill assets-find-built-in-rakamenouya
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: assets-find-built-in
Source: https://github.com/RakameNouya/MR-Bab_10_and_Kel_3/tree/main/.gemini/skills/assets-find-built-in
Command: npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill assets-find-built-in-rakamenouya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the search for built-in assets in the Unity Editor, reducing the time spent manually locating these assets.

Core Features & Use Cases

  • Built-in Asset Search: Locate assets without needing to manually browse directories.
  • Filtering by Name or Type: Quickly find assets based on name or type, saving time and improving efficiency.
  • Use Case: If you need to find a specific texture for your project and remember it's a built-in asset but don't know the name or type, this Skill can quickly locate it for you.

Quick Start

Search for a built-in texture by name using the command: unity-mcp-cli run-tool assets-find-built-in --input '{"name": "Texture Name", "type": "", "maxResults": 10}'

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 Editor assets without using a GUID?▼

To find built-in Unity Editor assets without a GUID, use a tool that locates resources in the 'Resources/unity_builtin_extra' directory, allowing you to search by name or type.

How do I search for a specific built-in texture in Unity by name?▼

You can search for a built-in Unity texture by name using a command-line interface, passing the asset name and maximum results count as input parameters.

What are built-in Unity assets and where are they stored?▼

Built-in Unity assets are default Editor resources stored in the 'Resources/unity_builtin_extra' directory, which can be located by searching with specific name or type filters.

Can I filter built-in Unity assets by type when searching in the Editor?▼

Yes, you can filter built-in Unity Editor assets by type, enabling quick location of specific resources without manually browsing directories or managing GUIDs.

Why does locating built-in Unity assets manually take so much time?▼

Locating built-in Unity assets manually takes time because it requires browsing internal directories, whereas automated search by name or type streamlines the process.

Do I need to manage GUIDs to use built-in Unity Editor assets?▼

No, you do not need to manage GUIDs to use built-in Unity Editor assets, as you can locate them directly by searching for their name or type.