unity-debug

Gather Unity logs and system info to diagnose compilation and runtime failures.

8|1|Updated Oct 7, 2025
One-click install
npx skills add https://github.com/Zzulin/unity-project01 --skill unity-debug-zzulin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-debug
Source: https://github.com/Zzulin/unity-project01/tree/main/URP1/Plugins/Unity-Skills-main/SkillsForUnity/unity-skills~/skills/debug
Command: npx skills add https://github.com/Zzulin/unity-project01 --skill unity-debug-zzulin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Debugging Unity projects can be time-consuming due to scattered logs, hidden compilation errors, and missing system information. This skill consolidates diagnostics to speed up issue resolution.

Core Features & Use Cases

  • Centralized log retrieval and error filtering from Unity console with optional type and content filters.
  • Quick system information and environment diagnostics to validate build and runtime contexts.
  • Use Case: When a project shows intermittent compilation errors, run the skill to fetch relevant logs and system data.

Quick Start

Run unity-debug to fetch logs and system info for diagnostics.

Frequently Asked Questions about unity-debug

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

FAQPage Schema
How do I retrieve Unity console logs to troubleshoot compilation errors?

To troubleshoot Unity compilation errors, you can run a diagnostic skill to retrieve and filter console logs by type and content. This centralizes error data to speed up issue resolution during development.

What is the best way to gather system info for Unity runtime diagnostics?

Gathering system info for Unity runtime diagnostics involves executing commands that check your build and runtime environments. This validates your system context to help identify intermittent failures across editor and player contexts.

Can I diagnose Unity player and editor issues using a single tool?

Yes, you can diagnose Unity player and editor issues using a single tool. It consolidates diagnostic command execution, log access, and system environment checks to reliably identify failures across both contexts.

How do I filter Unity runtime logs by type when debugging?

You can filter Unity runtime logs by type and content by applying specific filters during log retrieval. This isolates relevant diagnostic information from the console to pinpoint exact compilation or runtime failures.

Why does my Unity project show intermittent compilation errors?

Intermittent Unity compilation errors often stem from hidden build failures or environment mismatches. Fetching relevant logs and system data through diagnostics helps validate the runtime context and uncover the underlying issue.

What limitations exist when debugging Unity runtime issues from the editor?

When debugging Unity runtime issues from the editor, limitations may arise from scattered logs and missing system information. Consolidated diagnostic tooling overcomes this by centralizing data, though complex runtime failures may still require deeper analysis.