unity-validation

Validate Unity projects for missing scripts and broken references.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/jinluli/EnglishLearnTool --skill unity-validation-jinluli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-validation
Source: https://github.com/jinluli/EnglishLearnTool/tree/main/Packages/SkillsForUnity/unity-skills~/skills/validation
Command: npx skills add https://github.com/jinluli/EnglishLearnTool --skill unity-validation-jinluli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a robust way to validate and clean up Unity projects, identifying issues like missing scripts, broken references, and more, ensuring project health.

Core Features & Use Cases

  • Project Health Check: Scan for common issues like missing scripts, broken references, and texture size problems.
  • Cleanup Operations: Remove unused assets, empty folders, and fix missing script components.
  • Use Case: Before a major project release, use this Skill to perform a full validation to catch and fix any potential issues that could impact performance or functionality.

Quick Start

Run the 'validate_scene' skill to check for issues in your Unity project.

Frequently Asked Questions about unity-validation

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

FAQPage Schema
How do I check my Unity project for missing scripts and broken references?

To check Unity project integrity for missing scripts and broken references, you can run a validation scan that detects broken components and identifies common issues, ensuring your project health before deployment.

What is the best way to clean up unused assets in a Unity project?

The best way to clean up unused assets in Unity is to perform an automated cleanup operation that removes empty folders and unused files, fixing missing components to ensure project readiness.

Do I need Python to validate and fix broken components in Unity?

Yes, you need Python alongside Unity to execute validation checks and cleanup operations, allowing the tool to scan for missing scripts and fix broken references automatically.

When should I perform a Unity project health check?

You should perform a Unity project health check before a major release to catch and fix potential issues like missing scripts or broken references that could impact performance or functionality.

How does a Unity validation scan handle texture size problems?

A Unity validation scan identifies texture size problems alongside missing scripts and broken references, flagging these common issues during the project health check to help optimize performance.