assets-find

Search Unity asset database using filters for names, labels, and types.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of searching through the Unity asset database, allowing users to quickly locate assets using detailed filters.

Core Features & Use Cases

  • Advanced Filtering: Search assets by name, labels, types, AssetBundles, areas, and globbing patterns.
  • Asset Database Access: Access and search the Unity asset database for specific assets.
  • Use Case: For a game developer looking to find a specific animation clip or material within a large project, this Skill can save significant time by narrowing down the search to the desired criteria.

Quick Start

Run the 'assets-find' skill with the filter string 'l:myLabel t:AnimationClip' to search for all animation clips labeled 'myLabel'.

Frequently Asked Questions about assets-find

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

FAQPage Schema
How do I search the Unity asset database using multiple filters?

To search the Unity asset database using multiple filters, use a filter string combining criteria like labels and types, such as 'l:myLabel t:AnimationClip'. This narrows down assets quickly for large game development projects.

How do I find specific animation clips in a large Unity project?

To find specific animation clips in a large Unity project, filter the asset database by type 't:AnimationClip' combined with custom labels. This targets the exact assets needed without manually browsing folders.

Can I use globbing patterns to search for Unity assets?

Yes, you can use globbing patterns to search for Unity assets. The filtering mechanism supports globbing alongside filenames, labels, types, and AssetBundles to precisely locate specific files.

Does Unity asset search require specific environment permissions?

Yes, Unity asset search requires an active Unity environment and appropriate permissions to access the asset database. This ensures the tool can securely query and retrieve project files.

What is the best way to manage game assets by labels in Unity?

The best way to manage game assets by labels in Unity is using advanced database search filters. By querying with 'l:myLabel', you can instantly isolate grouped assets, streamlining your workflow.