unity-debug

Inspect Unity editor diagnostics, compilation state, and console errors.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Rayzerrek/dotfiles --skill unity-debug-rayzerrek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-debug
Source: https://github.com/Rayzerrek/dotfiles/tree/main/.pi/agent/skills/unity-skills/skills/debug
Command: npx skills add https://github.com/Rayzerrek/dotfiles --skill unity-debug-rayzerrek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly diagnose Unity editor problems by surfacing errors, compile status, stack traces, and system diagnostics in one place.

Core Features & Use Cases

  • Editor Health Triage: Check active console errors, warnings, recent jobs, and whether Unity is currently compiling.
  • Targeted Debugging: Retrieve logs, exceptions, stack traces, assembly information, define symbols, and memory usage for deeper investigation.
  • Recovery and Rebuild Actions: Force a full recompile when needed and validate environment state after code changes or configuration updates.

Quick Start

Ask for a Unity debug diagnosis to inspect current errors, compilation state, and system health for the project.

Frequently Asked Questions about unity-debug

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

FAQPage Schema
How do I check Unity console errors and compilation state after code changes?

To check Unity console errors and compilation state, request a debug diagnosis to retrieve active console logs, warnings, and current compilation status. It surfaces editor health snapshots and stack traces so you can triage failures quickly after modifying scripts.

What is the best way to retrieve Unity stack traces and exceptions for deeper debugging?

Retrieving Unity stack traces and exceptions involves inspecting editor diagnostics to pull console logs and assembly information. This diagnostic approach aggregates memory usage and define symbols, providing a comprehensive health snapshot for targeted troubleshooting.

Can I force a full recompile in Unity when my project has compile failures?

Yes, you can force a full recompile in Unity when facing compile failures. The Skill triggers recompile control actions and validates the environment state afterwards to ensure your code changes and configuration updates are properly integrated.

How do I inspect Unity memory usage and system diagnostics for troubleshooting?

Inspecting Unity memory usage and system diagnostics requires an environment inspection that captures system health and active jobs. This process retrieves memory metrics alongside console logs to identify performance bottlenecks or resource-related editor errors.

Why does Unity keep compiling and how can I check if it is currently compiling?

Unity keeps compiling when scripts change or assemblies need rebuilding. You can check if it is currently compiling by requesting an editor health triage, which reports the active compilation status alongside recent console warnings and jobs.