assets-find-built-in

Locate built-in Unity Editor assets from Resources/unity_builtin_extra.

3.8k|349|Updated Apr 2, 2025
One-click install
npx skills add https://github.com/IvanMurzak/Unity-MCP --skill assets-find-built-in-ivanmurzak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assets-find-built-in
Source: https://github.com/IvanMurzak/Unity-MCP/tree/main/Unity-MCP-Plugin/.claude/skills/assets-find-built-in
Command: npx skills add https://github.com/IvanMurzak/Unity-MCP --skill assets-find-built-in-ivanmurzak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity developers often need to reference built-in assets that live in the Editor's built-in resources (Resources/unity_builtin_extra) and do not have GUIDs. This makes tooling, documentation, and asset catalogs harder to assemble without a stable reference.

Core Features & Use Cases

  • Locate and inspect built-in Unity Editor assets from the Resources/unity_builtin_extra.
  • Provide asset references suitable for tooling, scripting, or documentation without GUIDs.
  • Use cases include populating references for editor tooling or tutorials that rely on Unity's built-in resources.

Quick Start

Run the assets-find-built-in tool with a simple filter to locate built-in Unity Editor assets from Resources/unity_builtin_extra.

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 without a GUID?

You can find built-in Unity assets without a GUID by searching the Resources/unity_builtin_extra file using name and type-based filters. This returns stable asset references suitable for editor tooling and asset catalogs.

What are Unity built-in assets in Resources/unity_builtin_extra?

Unity built-in assets are Editor resources stored in Resources/unity_builtin_extra that lack standard GUIDs. They include default resources used for tooling, documentation, and asset catalogs within the Unity Editor environment.

How do I reference built-in Unity Editor assets for documentation or tooling?

Reference built-in Unity Editor assets by applying name or type-based filters to retrieve asset references from the unity_builtin_extra resource file. This provides stable references for documentation and tooling without requiring GUIDs.

Can I search for built-in Unity assets using name and type filters?

Yes, you can search for built-in Unity assets using name and type-based filters to locate specific resources within the unity_builtin_extra file. This allows precise asset discovery for populating references in scripts or tutorials.

Why does my Unity asset catalog fail to reference built-in editor resources?

Unity asset catalogs fail to reference built-in editor resources because these assets reside in unity_builtin_extra and lack GUIDs. You must use name and type-based filters to obtain stable references for your catalog.