What problem does it solve? Before editing a Unity project, AI agents and developers often lack reliable context about scene structure, project stack, and script dependencies, leading to blind edits and broken references. This Skill provides read-only analysis so you can understand an unfamiliar scene or audit project health without changing anything. ## Core Features & Use Cases - Scene Analysis & Health Checks: Summarize scene structure, detect deep hierarchies, empty nodes, missing scripts, and duplicate names with skills like scene_analyze, scene_health_check, and scene_find_hotspots. - Project & Script Inspection: Detect render pipeline, input system, UI framework, and packages via project_stack_detect, and trace script dependency closures with script_dependency_graph. - Context Export & Reporting: Export structured hierarchy, components, and references with scene_context, or write a durable markdown report to disk with scene_export_report. - Use Case: When joining an unfamiliar Unity project, run scene_analyze and project_stack_detect first to get a full diagnosis of the scene and tech stack before making any edits. ## Quick Start Ask the AI to analyze the current Unity scene and report its structure, health issues, and project stack before making any changes.