unity-scene

Create, load, save, and query Unity scene data with additive options.

1.6k|152|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Besty0728/Unity-Skills --skill unity-scene
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-scene
Source: https://github.com/Besty0728/Unity-Skills/tree/main/unity-skills/skills/scene
Command: npx skills add https://github.com/Besty0728/Unity-Skills --skill unity-scene

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables AI to manage Unity scenes by creating, loading, saving, and querying scene data in automated workflows.

Core Features & Use Cases

  • Create, load, save, and query scene information to streamline scene lifecycle within Unity projects.
  • Retrieve scene hierarchy and metadata to inform AI-driven decisions and project organization.
  • Use Case: Automatically create a new scene, load an existing scene, save changes, and fetch scene details and hierarchy for validation.

Quick Start

Ask the AI to create a new scene at Assets/Scenes/Level1.unity, then load it and request its info.

Frequently Asked Questions about unity-scene

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

FAQPage Schema
How do I automate Unity scene creation and loading in an AI workflow?

You can automate Unity scene lifecycle tasks by using AI to create, load, save, and query scene data. It handles scenePath parameters and additive loading to streamline automated workflows.

What is the best way to retrieve Unity scene hierarchy and metadata programmatically?

The best way to retrieve scene hierarchy and metadata is to query scene data structures with an optional maxDepth control. This returns detailed info and hierarchy for AI-driven decisions.

Can I load a Unity scene additively using an automated script?

Yes, you can load a Unity scene additively by passing the additive parameter. This allows automated workflows to load existing scenes on top of the current one without replacing it.

Does Unity scene automation support fetching nested GameObjects with depth control?

Unity scene automation supports fetching nested GameObjects by querying the scene hierarchy with an optional maxDepth control. This limits the returned data structures to the specified depth.

Why use AI orchestration for managing Unity scene lifecycles instead of manual editing?

AI orchestration streamlines Unity scene lifecycles by automating repetitive tasks like creating scenes at specific paths and validating scene info. This reduces human error and accelerates project organization.