unity-gameobject

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

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-gameobject-yiduandtdt
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unity-gameobject
Source: https://github.com/YiDuandtdt/Bone-Throne/tree/main/.agents/skills/unity-skills/skills/gameobject
Command: npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-gameobject-yiduandtdt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline the creation, management, and transformation of Unity GameObjects within scenes, reducing manual scripting and repetitive tasks.

Core Features & Use Cases

  • Create, delete, rename, and duplicate GameObjects with single or batch operations.
  • Transform objects via world or local space, including position, rotation, and scale, and manage parent-child relationships.
  • Find, inspect, and modify objects by name, instanceId, or path to support complex scene setups and UI hierarchies.

Quick Start

Create a new empty GameObject named Hero and set its initial position to (0,0,0).

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 scene setup?▼

You can automate Unity GameObject creation by using batch operations to rapidly instantiate, rename, and parent objects, reducing manual scripting for scene setup and UI hierarchy management.

What is the best way to batch rename and transform GameObjects in Unity?▼

Batch renaming and transforming GameObjects is handled through automated single or batch operations, allowing you to modify position, rotation, and scale via world or local space identifiers.

Can I find and modify Unity GameObjects by instanceId or path?▼

Yes, you can find, inspect, and modify Unity GameObjects using name, instanceId, or path identifiers to support complex scene setups and manage specific parent-child relationships.

How do I manage parent-child relationships for Unity UI hierarchies?▼

Managing Unity UI hierarchies involves using automated operations to rapidly set parent-child relationships, transform objects in local space, and inspect objects by path for structural organization.

What are the limitations when deleting Unity GameObjects in batch operations?▼

When deleting Unity GameObjects in batch operations, strict safety guidance and error handling are applied to prevent unintended scene modifications and ensure object identification accuracy.