scene-get-data

Retrieve root GameObjects from a Unity scene with optional children, bounding boxes, and component data.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lunafish/Game00 --skill scene-get-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scene-get-data
Source: https://github.com/lunafish/Game00/tree/main/SKILLS/scene-get-data
Command: npx skills add https://github.com/lunafish/Game00 --skill scene-get-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool retrieves detailed information about GameObjects within a specified scene, allowing for programmatic access and manipulation of scene data.

Core Features & Use Cases

  • Retrieve root GameObjects in a scene.
  • Optionally include child GameObjects up to a specified depth.
  • Include bounding box information and component data for GameObjects.
  • Use case: Inspect the hierarchy of a Unity scene to identify specific GameObjects for modification or analysis.

Quick Start

Get the root GameObjects for the currently active scene.

Frequently Asked Questions about scene-get-data

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

FAQPage Schema
How do I retrieve root GameObjects from a Unity scene?

To retrieve root GameObjects from a Unity scene, specify the scene name and desired data inclusion parameters to get the root hierarchy objects programmatically.

Can I include child GameObjects and component data when inspecting a Unity scene?

Yes, you can include child GameObjects up to a specified depth, along with bounding box information and component data, when retrieving GameObjects from a Unity scene.

What is the best way to inspect the Unity scene hierarchy for specific GameObjects?

The best way to inspect the Unity scene hierarchy is to retrieve root GameObjects with optional child depth parameters to identify specific objects for modification or analysis.

Does retrieving Unity scene data require specifying the scene name?

Yes, retrieving Unity scene data requires specifying the target scene name and the desired data inclusion parameters to accurately fetch the GameObjects.

How do I get bounding box information for GameObjects in a Unity scene?

To get bounding box information for GameObjects in a Unity scene, use the data retrieval options to include bounding boxes when requesting root or child GameObjects.

When do I need to use scene inspection for game development workflows?

You need scene inspection for game development workflows when you want programmatic access to manipulate scene data, analyze the hierarchy, or identify specific GameObjects for modification.