unity-perception

Analyze Unity scenes and generate structured reports with statistics and dependencies.

1|Updated Feb 22, 2024
One-click install
npx skills add https://github.com/Stardust-liu/EDC_Framework --skill unity-perception-stardust-liu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-perception
Source: https://github.com/Stardust-liu/EDC_Framework/tree/main/Assets/AI/Unity-Skills-1.5.5/unity-skills/skills/perception
Command: npx skills add https://github.com/Stardust-liu/EDC_Framework --skill unity-perception-stardust-liu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables automatic understanding of Unity scenes by generating structured summaries, overviews, and dependency insights, reducing manual analysis time.

Core Features & Use Cases

  • Scene summarization and hierarchy description to identify key objects and components.
  • Script analysis and context extraction to support debugging and optimization.
  • Scene export/report generation for documentation and AI-assisted coding tasks; use cases include scene audits, performance reviews, and onboarding new developers.

Quick Start

Ask Unity to summarize the current scene and generate a report highlighting key objects, components, and dependencies.

Frequently Asked Questions about unity-perception

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

FAQPage Schema
How do I generate a structured report from a Unity scene?

Unity scene analysis involves traversing scene data to return the scene name, enumerate components, and extract dependencies. This process generates structured summaries and insights for audits and optimization.

What is the best way to analyze Unity scene hierarchy and dependencies?

To summarize a Unity scene, request a report highlighting key objects, components, and dependencies. The skill will traverse the scene data and return the scene name, statistics, and a structured hierarchy description.

Can I extract Unity scripts and component references for AI-assisted coding?

Yes, this approach is suitable for scene audits and performance reviews. It traverses scene data to enumerate components and references, providing context-ready exports for onboarding new developers and AI-assisted coding.

Does Unity scene summarization work for performance optimization tasks?

The analysis focuses on traversing scene data to enumerate components and references, returning the scene name and statistics. It does not modify the scene, but provides context-ready exports for AI-assisted development.

Why do I need to export Unity scene topology for onboarding new developers?

By generating structured summaries and dependency insights, you can reduce manual analysis time. This provides context-ready exports and topology reports that support debugging, optimization, and onboarding.