unity-perception

Analyze Unity scenes for health, performance, and code dependencies.

Updated May 9, 2026
One-click install
npx skills add https://github.com/krikommp/chess-game --skill unity-perception-krikommp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-perception
Source: https://github.com/krikommp/chess-game/tree/main/.agents/skills/unity-skills/skills/perception
Command: npx skills add https://github.com/krikommp/chess-game --skill unity-perception-krikommp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires unity, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides an in-depth analysis of Unity scenes, enabling users to understand and optimize their projects with ease.

Core Features & Use Cases

  • Scene Analysis: Offers a comprehensive overview of the scene hierarchy, components, and materials.
  • Health Check: Generates a health report highlighting potential issues and optimizations.
  • Dependency Analysis: Identifies dependencies within the scene for code refactoring and feature development.
  • Use Case: When developing a complex Unity game, use this Skill to quickly identify performance bottlenecks, redundant components, or inefficient materials.

Quick Start

Analyze the current scene with scene_analyze to get a detailed report on the scene's structure and potential issues.

Frequently Asked Questions about unity-perception

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

FAQPage Schema
How do I analyze a Unity scene for performance bottlenecks and redundant components?

To analyze a Unity scene for performance bottlenecks, you generate a comprehensive health report that highlights potential issues, redundant components, and inefficient materials within your scene hierarchy.

What is Unity scene dependency analysis and when do I need it?

Unity scene dependency analysis identifies code dependencies within your scene structure, providing detailed insights necessary for safe code refactoring and planning new feature development.

Do I need Python to perform code dependency analysis on a Unity project?

Yes, you need Python libraries alongside Unity to interact with the scene and execute the analysis scripts that evaluate your project's health, hierarchy, and code dependencies.

What's the best way to check the health and structure of a complex Unity game scene?

The best way to check the health of a complex Unity game scene is to run a comprehensive scene analysis that provides a detailed overview of the scene hierarchy, components, and materials.

Can I identify inefficient materials in my Unity scene hierarchy?

Yes, you can identify inefficient materials in your Unity scene hierarchy by generating a detailed report that offers insights into all components and materials currently used in your project.