gameobject-duplicate

Duplicate multiple Unity GameObjects in scenes or prefabs.

Updated Aug 26, 2025
One-click install
npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill gameobject-duplicate-infotechsrealm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gameobject-duplicate
Source: https://github.com/infotechsrealm/PanicAtThePond/tree/main/.claude/skills/gameobject-duplicate
Command: npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill gameobject-duplicate-infotechsrealm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gameobject-find, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the duplication of multiple GameObjects in a Unity Scene or Prefab, streamlining the process and reducing manual effort.

Core Features & Use Cases

  • Batch Duplication: Duplicate a batch of GameObjects in the currently opened Prefab or active Scene.
  • Scene Marking: Marks each affected scene as dirty after duplication.
  • Precedence: Requires 'gameobject-find' to locate the source GameObjects first.
  • Use Case: Efficiently duplicate a set of objects in a scene for testing or prototyping without manually selecting and duplicating each one.

Quick Start

Use the gameobject-duplicate skill to duplicate all GameObjects found by 'gameobject-find' in the current scene.

Frequently Asked Questions about gameobject-duplicate

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

FAQPage Schema
How do I batch duplicate GameObjects in a Unity Scene?▼

This Skill automates batch duplication of GameObjects in a Unity Scene by processing multiple targets and marking the affected scene as dirty to ensure changes are properly saved.

What is the best way to duplicate multiple objects in a Unity Prefab?▼

Duplicating multiple objects in a Unity Prefab is handled by this Skill through batch processing, streamlining the workflow and reducing manual selection effort during prototyping.

Do I need the gameobject-find skill to duplicate GameObjects in Unity?▼

Yes, you need the gameobject-find skill to locate the source GameObjects first, as gameobject-duplicate relies on it for target selection before executing the duplication process.

Why does my Unity scene not save after duplicating GameObjects?▼

Unity scenes may not save if they are not marked dirty after modifications; this Skill resolves that by automatically marking each affected scene as dirty after the duplication completes.

Can I use this Skill to duplicate GameObjects without a Unity environment?▼

No, you cannot use this Skill without a Unity environment because it requires the Unity engine to operate and interact with Scenes and Prefabs for GameObject duplication.