What problem does it solve?
Provides automated understanding and actionable summaries of Unity scenes so developers and technical reviewers can quickly grasp scene composition, find cross-object references, and locate code-level dependencies without manual inspection.
Core Features & Use Cases
- Structured scene summaries with object and component counts, active object statistics, and top component lists for fast audits.
- Hierarchy exports and comprehensive scene_context snapshots that include components, serialized values, and cross-object references for AI-assisted coding or documentation.
- Script-level analysis and dependency graphs to support safe refactoring, impact analysis, and generation of markdown reports combining scene data and regex-based C# code dependency extraction.
- Use case: generate a SceneReport.md that lists the hierarchy, user script fields with values, and merged code+scene dependency graph to prepare for a refactor or performance pass.
Quick Start
Export a complete scene report including hierarchy, user script fields, and code dependency analysis by running scene_export_report and saving to Assets/Docs/SceneReport.md.