unity-validation

Identify and fix missing scripts and broken references in Unity projects.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-validation-krl76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-validation
Source: https://github.com/krl76/MP-Study-Projects/tree/main/Practice1/.codex/skills/unity-skills/skills/validation
Command: npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-validation-krl76

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity projects often accumulate missing scripts, invalid references, and structural health issues that cause runtime errors or hinder development. This Skill provides automated validation and cleanup to maintain project health and reduce manual triage.

Core Features & Use Cases

  • Comprehensive scene validation to detect missing scripts, broken references, and misconfigurations.
  • Find and fix missing scripts and null references across scenes and assets.
  • Cleanup tasks such as removing empty folders and auditing project structure.
  • Guardrails for safe, automated runs and clear, structured results.

Quick Start

Run a full project validation to identify and fix missing scripts, broken references, and health 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 find and fix missing scripts in Unity scenes?

To fix missing scripts in Unity, run a comprehensive scene validation to detect broken references and misconfigurations. This automated validation identifies null references across scenes and assets, enabling cleanup to maintain project health and reduce manual triage.

What causes broken references and missing scripts in a Unity project?

Broken references and missing scripts in Unity are typically caused by deleted script files or moved assets that leave dangling null references. A project health audit validates asset integrity and structural configurations to detect and resolve these runtime error sources.

How do I run a full Unity project health audit for broken references?

Run a full Unity project health audit by executing automated validation tasks that check scene validation and asset integrity. The process applies guardrails for safe automated runs, returning structured results that identify missing scripts and structural issues for cleanup.

Can I use automated validation to clean up empty folders in Unity?

Yes, automated validation supports cleanup tasks such as removing empty folders and auditing project structure in Unity. Guardrails ensure safe automated runs while returning structured results for integration with other tools.

Does Unity validation work for projects of varying sizes?

Unity validation applies to overall project health audits across Unity projects of varying sizes. It supports multiple validation tasks for scene validation and asset integrity, implementing guardrails for automated runs regardless of project scale.

What are the limitations of automated Unity project validation?

Automated Unity project validation focuses on detecting missing scripts, broken references, and structural health issues. While it implements guardrails for safe automated runs, complex runtime logic errors may require additional manual triage beyond the structured validation results provided.