unity-asset-management

Manage Unity prefabs, materials, Addressables, and asset dependencies.

32|6|Updated Sep 6, 2025
One-click install
npx skills add https://github.com/akiojin/unity-mcp-server --skill unity-asset-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-asset-management
Source: https://github.com/akiojin/unity-mcp-server/tree/main/.claude/skills/unity-asset-management
Command: npx skills add https://github.com/akiojin/unity-mcp-server --skill unity-asset-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides the creation, editing, and management of Unity assets including prefabs, materials, and Addressables, along with dependency analysis and import settings.

Core Features & Use Cases

  • Prefab & material workflows: Create, modify, and manage assets across scenes and projects.
  • Addressables tooling: Manage groups, entries, labels, and builds for scalable asset organization.
  • Dependency analysis: Identify dependencies and assess impact of asset changes.

Quick Start

Create a prefab from a GameObject, then assign an Addressable entry for deployment.

Frequently Asked Questions about unity-asset-management

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

FAQPage Schema
How do I create and manage prefabs in Unity?

Creating prefabs in Unity lets you save GameObjects as reusable templates across scenes and projects. This Skill guides you through prefab creation, modification, and management workflows, enabling you to instantiate and edit prefabs efficiently while maintaining consistency across your project.

What is Addressables in Unity and how do I set it up?

Addressables is Unity's system for scalable asset organization and deployment. This Skill covers configuring Addressable groups, entries, and labels, plus managing builds to load assets by address rather than direct references, reducing memory overhead and improving flexibility.

How do I analyze asset dependencies in Unity?

Dependency analysis identifies which assets reference each other, helping you assess the impact of changes and optimize asset organization. This Skill provides tools to map dependencies across your project, reducing unexpected breakage when modifying or removing assets.

Can I create and modify materials alongside prefab workflows?

Yes. This Skill covers material creation and modification as part of unified asset management, letting you build materials and assign them to prefabs within the same workflow without switching between separate tools or processes.

How do I search and filter assets across a Unity project?

Asset searching with filters lets you locate specific prefabs, materials, or dependencies quickly in large projects. This Skill provides filtered search capabilities to find assets by type, reference, or other criteria, streamlining asset discovery and inventory.

Related Skills