unity-scene-management

Automate Unity scene and GameObject creation, loading, saving, and analysis.

32|6|Updated Sep 6, 2025
One-click install
npx skills add https://github.com/akiojin/unity-mcp-server --skill unity-scene-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-scene-management
Source: https://github.com/akiojin/unity-mcp-server/tree/main/.claude/skills/unity-scene-management
Command: npx skills add https://github.com/akiojin/unity-mcp-server --skill unity-scene-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to handling Unity scenes, GameObjects, and components—creating, loading, analyzing, and organizing hierarchy data to speed up scene setup and iteration.

Core Features & Use Cases

  • Scene operations: Create, load, save, and list scenes; manage build settings.
  • GameObject management: Create, find, modify, and delete GameObjects with transform and component support.
  • Scene analysis: Quick counts and in-depth inspections of objects and components.

Quick Start

Create a new scene named Level01, add a GameObject, and save the scene for reuse.

Frequently Asked Questions about unity-scene-management

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

FAQPage Schema
How do I create and manage scenes in Unity efficiently?

Scene management in Unity involves creating, loading, and saving scenes programmatically. This Skill automates scene operations—create new scenes, load existing ones, save changes, and list all scenes in your project—reducing manual setup time and enabling faster iteration during development.

Can I automate GameObject creation and component assignment in Unity?

Yes. This Skill automates GameObject instantiation, component addition, and property modification. Create GameObjects, attach components like renderers or colliders, and modify transform properties—all without manual editor work, enabling batch operations and procedural scene generation.

What's the best way to query and analyze a Unity scene hierarchy?

Scene analysis retrieves hierarchical GameObject and component data quickly. This Skill provides in-depth inspections with configurable depth, object counts, and component listings, letting you audit scene structure, find objects by criteria, and validate scene setup before builds.

How do I integrate scene management into a Unity editor pipeline?

This Skill implements MCP server command patterns for scene and GameObject operations, making it suitable for editor extensions and automated workflows. Commands like create_scene, load_scene, and get_hierarchy integrate into custom tools, CI/CD pipelines, and batch processing systems.

Can I delete GameObjects and modify their properties programmatically?

Yes. This Skill supports GameObject deletion, transform modifications (position, rotation, scale), and component updates. Automate cleanup, batch repositioning, and property changes across multiple objects without manual selection in the editor.

What are the limits when working with large or deeply nested hierarchies?

The Skill handles hierarchical queries with configurable parameters like maxObjects to control scope and performance. For large scenes, use filtering options to limit returned data; deeply nested structures are supported but querying may require staged or partial retrievals to manage complexity.

Related Skills