unity-prefab

Automate Unity prefab lifecycle management across scenes.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-prefab-lrbjk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-prefab
Source: https://github.com/lrbjk/FenShen_Remake_V0/tree/main/.codex/skills/unity-skills/skills/prefab
Command: npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-prefab-lrbjk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity projects often suffer from scattered prefab edits and inconsistent instantiation across scenes. This Skill centralizes prefab creation, instantiation, modification, and applying changes, reducing manual, error-prone workflows.

Core Features & Use Cases

  • Instantiate prefabs in a scene, individually or in batches, to speed level design.
  • Apply instance changes back to the source prefab or create variants safely.
  • Find all prefab instances, unpack or revert overrides, and maintain asset integrity across projects.
  • Manage prefab properties or assets directly inside the prefab asset file when needed.

Quick Start

Instantiate a batch of prefabs in your scene and update the source prefabs accordingly.

Frequently Asked Questions about unity-prefab

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

FAQPage Schema
How do I batch instantiate Unity prefabs across multiple scenes?

Batch instantiate Unity prefabs by automating the instantiation process across scenes to speed up level design. This allows placing multiple prefab instances simultaneously and safely updating source assets.

What is the best way to apply prefab instance overrides back to the source asset?

Apply prefab instance overrides back to the source asset safely to maintain asset integrity across your project. This centralized modification process ensures consistent change propagation without manual edits.

Can I find and unpack all prefab instances in a complex Unity project?

You can find all prefab instances in complex Unity project setups and unpack or revert overrides to maintain asset integrity. This automates locating and resolving scattered prefab instances.

Does this approach support direct prefab asset edits inside the source file?

Direct prefab asset edits inside the source prefab file are supported, allowing you to manage prefab properties directly. This includes guards for property edits and asset references to ensure safe changes.

How do I create Unity prefab variants from modified scene instances?

Create Unity prefab variants safely from modified scene instances by applying instance changes back to source prefabs. This maintains asset integrity while propagating safe changes across the project.