gameobject-duplicate

Duplicate specified GameObjects in the active Unity scene or opened Prefab.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lunafish/Game00 --skill gameobject-duplicate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gameobject-duplicate
Source: https://github.com/lunafish/Game00/tree/main/SKILLS/gameobject-duplicate
Command: npx skills add https://github.com/lunafish/Game00 --skill gameobject-duplicate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of duplicating GameObjects within a Unity project, whether they are in an open Prefab or the active Scene, saving time on repetitive asset creation.

Core Features & Use Cases

  • Duplicate GameObjects: Easily create copies of existing GameObjects.
  • Scene and Prefab Support: Works for objects currently in your scene or within an opened Prefab asset.
  • Use Case: If you need to create multiple instances of a character model in your scene for a crowd, you can use this tool to duplicate the original character GameObject efficiently.

Quick Start

Use the gameobject-duplicate tool to duplicate the GameObject named 'PlayerCharacter'.

Frequently Asked Questions about gameobject-duplicate

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

FAQPage Schema
How do I duplicate GameObjects in a Unity scene?

Duplicating GameObjects in a Unity scene involves creating copies of existing items identified by their references, which saves time on repetitive asset creation during iterative design and scene population.

Can I duplicate multiple GameObjects at once in Unity?

Yes, you can duplicate multiple GameObjects simultaneously by specifying their references, allowing efficient scene population by generating multiple instances of target objects like character models.

Does this duplication method work inside an opened Unity Prefab?

Yes, this duplication method supports opened Prefab assets alongside active scene management, enabling efficient iterative design and scene population within your Unity game development workflow.

What is the best way to populate a Unity scene with multiple character models?

Duplicating the original character GameObject is the best way to populate a Unity scene with multiple character models, efficiently creating the necessary crowd instances for iterative scene design.

Why automate GameObject duplication for iterative design in Unity?

Automating GameObject duplication for iterative design in Unity eliminates repetitive manual asset creation, saving significant time when generating multiple object instances within active scenes or opened prefabs.