assets-prefab-open

Open Unity prefabs in Edit mode and propagate changes to all instances.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables consistent prefab edits by opening a target prefab for in-place modification, ensuring changes propagate to all instances.

Core Features & Use Cases

  • Open the target prefab in Edit mode to modify properties and components.
  • Apply changes across all prefab instances in the project automatically.
  • Use cases include updating shared settings, components, or overrides across many scene instances.

Quick Start

Open the target prefab in Edit mode and apply the changes to all instances across the project.

Frequently Asked Questions about assets-prefab-open

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

FAQPage Schema
How do I edit a Unity prefab and apply changes to all instances across the project?

To edit a Unity prefab globally, open the target prefab in Edit mode to modify properties and components, then apply changes to automatically synchronize updates across all instances in the project.

Can I update shared settings on nested and variant prefabs during active development?

Yes, you can update shared settings on nested and variant prefabs by opening the target prefab in Edit mode, ensuring that component overrides and modifications propagate to all scene instances.

What is the best way to ensure consistency when modifying a game object prefab in Unity?

The best way to ensure prefab consistency is to locate the target prefab, edit it in Edit mode, and synchronize updates across the entire project, enforcing safe edit workflows for all instances.

Does this prefab editing workflow support project-wide synchronization for component overrides?

Yes, this prefab editing workflow supports project-wide synchronization by applying property and component modifications directly in Edit mode, which automatically propagates the updates to every instance.

Why open a prefab in Edit mode instead of modifying individual scene instances in Unity?

Opening a prefab in Edit mode is necessary to propagate changes across all instances at once, whereas modifying individual scene instances breaks consistency and prevents project-wide synchronization.