unity-gameobject

Automate creation, transformation, and management of Unity GameObjects in single or batch workflows.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/muddyrain/valley-mas --skill unity-gameobject-muddyrain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-gameobject
Source: https://github.com/muddyrain/valley-mas/tree/main/.codex/skills/unity-skills/skills/gameobject
Command: npx skills add https://github.com/muddyrain/valley-mas --skill unity-gameobject-muddyrain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GameObject creation and manipulation often require repetitive, error-prone steps across the Unity scene. This Skill enables automated creation, deletion, transformation, and hierarchical organization of GameObjects.

Core Features & Use Cases

  • Create, delete, duplicate, rename, and find GameObjects.
  • Set transforms, parent relationships, and object properties (active, layer, tag) across single or batch operations.
  • Use in workflows like procedurally building scenes, mass scene setup, or automated testing of object behavior.

Quick Start

Create a Floor plane and two walls, then position and configure them with transform commands.

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 manipulation for multiple objects?

Automating Unity GameObject creation requires the unity-skills API to execute batch workflows for creating primitives, moving, rotating, scaling, and reparenting objects efficiently. It eliminates repetitive manual scene setup steps.

Can I batch transform and reparent Unity GameObjects using skills?

Batch transforming and reparenting Unity GameObjects is supported through individual and batch operations via the unity-skills API. You can apply transforms, set parent relationships, and modify object properties across multiple objects simultaneously.

What is the best way to procedurally build Unity scenes with GameObject automation?

Procedurally building Unity scenes involves using GameObject automation to create primitives, configure transforms, and establish hierarchical organization. This approach enables mass scene setup and automated testing of object behavior without manual intervention.

Does Unity GameObject automation work for querying and finding specific objects in a scene?

Unity GameObject automation supports querying and finding specific objects within a scene using the gameobject_find skill. You can locate objects by name or hierarchy to retrieve information and manipulate them programmatically.

How do I set up Unity GameObject properties like active state, layer, and tag in batch?

Setting Unity GameObject properties like active state, layer, and tag in batch is handled through the unity-skills API. Batch operations allow you to configure multiple object properties simultaneously alongside transforms and parent relationships.

What are the limitations of automating Unity GameObject transforms and hierarchical management?

Automating Unity GameObject transforms and hierarchical management requires the unity-skills API and depends on its supported individual and batch operations. It is designed for scene setup, procedural building, and testing rather than runtime gameplay logic.