unity-gameobject

Automates creation, deletion, and transformation of Unity GameObjects.

8|1|Updated Oct 7, 2025
One-click install
npx skills add https://github.com/Zzulin/unity-project01 --skill unity-gameobject-zzulin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-gameobject
Source: https://github.com/Zzulin/unity-project01/tree/main/URP1/Plugins/Unity-Skills-main/SkillsForUnity/unity-skills~/skills/gameobject
Command: npx skills add https://github.com/Zzulin/unity-project01 --skill unity-gameobject-zzulin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers spend significant time creating, organizing, and transforming GameObjects in Unity, hindering rapid prototyping and scene setup.

Core Features & Use Cases

  • Create, delete, rename, and transform GameObjects quickly.
  • Batch manage multiple objects to reduce API calls and errors during scene setup.
  • Find and target objects by name, path, or instanceId to ensure precise operations.

Quick Start

Create a new GameObject named Floor at the origin.

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?

Batch transform Unity GameObjects by applying changes to multiple objects simultaneously, reducing API calls and errors during scene setup. It enforces guardrails for transforms, parenting, activation, and component management for safe operations.

Can I find and manage Unity GameObjects by path or instanceId?

Find and manage Unity GameObjects by targeting them using name, instanceId, or path identifiers. This ensures precise operations for renaming, deleting, or transforming specific objects during batch processing.

What is the best way to batch manage Unity GameObjects for level prototyping?

The best way to batch manage Unity GameObjects for level prototyping is using automated scripting to apply transformations across multiple objects. This enforces guardrails for transforms, parenting, activation, and component management.

Does Unity scripting support guardrails for GameObject parenting and component management?

Unity scripting supports guardrails for GameObject operations by enforcing safe transforms, parenting, activation, and component management. This prevents errors during automated batch object operations and scene modifications.