unity-gameobject

Create, delete, transform, and parent Unity GameObjects in batch operations.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Yuan-Zzzz/FrogRE --skill unity-gameobject-yuan-zzzz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-gameobject
Source: https://github.com/Yuan-Zzzz/FrogRE/tree/main/.codex/skills/unity-skills/skills/gameobject
Command: npx skills add https://github.com/Yuan-Zzzz/FrogRE --skill unity-gameobject-yuan-zzzz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automating the setup and management of Unity scenes can be time-consuming and error-prone when building complex prototypes. This Skill streamlines creating, deleting, transforming, parenting, and querying GameObjects across single or batch operations.

Core Features & Use Cases

  • Single-object and batch operations for creating, deleting, duplicating, renaming, transforming, activating, and parenting GameObjects.
  • Consistent identifier system using name, instanceId, or path to target objects precisely in noisy scenes.
  • Useful for rapid prototyping, level design, and automated scene assembly with minimal API calls.

Quick Start

Create three GameObjects named Floor, Wall1, and Wall2, then apply transforms and parenting to assemble a simple scene.

Frequently Asked Questions about unity-gameobject

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

FAQPage Schema
How do I automate Unity GameObject creation and transforms for rapid scene setup?

Automating Unity GameObject creation and transforms accelerates scene setup by applying batch operations to create, rename, parent, and transform multiple objects simultaneously with minimal API calls.

What is the best way to batch rename and parent GameObjects in a complex Unity scene?

Batch renaming and parenting GameObjects in Unity is handled through consistent identifiers like name, instanceId, or path, allowing precise multi-object edits with built-in guardrails for safe scene assembly.

Can I target specific Unity GameObjects for deletion using their instanceId or path?

Yes, you can target specific Unity GameObjects for deletion using a consistent identifier system that supports name, instanceId, or path to precisely navigate and manipulate objects within noisy scenes.

Does this approach to Unity scene assembly support rapid prototyping and level design?

This approach to Unity scene assembly fully supports rapid prototyping and level design by automating object placement, duplication, and activation across single or multiple objects to build prototypes quickly.

Why do my multi-object transforms in Unity cause unintended scene hierarchy changes?

Unintended scene hierarchy changes during multi-object transforms in Unity are mitigated by applying guardrails for safe multi-object edits, ensuring precise parenting and manipulation using consistent identifiers.

What is the process for querying and activating multiple GameObjects in Unity?

Querying and activating multiple GameObjects in Unity involves using a consistent identifier system to locate specific objects and applying batch operations to toggle their active state efficiently across the scene.