unity-debug

Fetch Unity logs, stack traces, and system information for diagnostics.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/mufengbufeng/EF --skill unity-debug-mufengbufeng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-debug
Source: https://github.com/mufengbufeng/EF/tree/main/UnityProject/.claude/skills/unity-skills/skills/debug
Command: npx skills add https://github.com/mufengbufeng/EF --skill unity-debug-mufengbufeng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity developers often struggle with intermittent compilation errors, system information checks, and debugging sessions that slow iteration.

Core Features & Use Cases

  • Retrieve filtered console logs and active errors to accelerate issue diagnosis.
  • Inspect system and Unity environment details to reproduce problems across machines.
  • Access stack traces and assembly information to pinpoint root causes.

Quick Start

Run the unity-debug routine to fetch recent logs and system info for immediate 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 and stack traces for debugging?

To retrieve Unity console logs and stack traces, you can use diagnostic utilities to fetch filtered logs, active errors, and stack traces, accelerating issue diagnosis during compilation or runtime.

Can I check Unity system information to reproduce environment-specific issues?

Yes, you can inspect system and Unity environment details to reproduce problems across machines, exposing system info to verify environment configurations and diagnose discrepancies.

What is the best way to diagnose intermittent Unity compilation errors?

The best way to diagnose intermittent Unity compilation errors is by fetching recent logs and system info through a diagnostic routine, exposing active errors and assembly information to pinpoint root causes.

Does this debugging approach work for Unity QA and tooling scenarios?

Yes, this debugging approach works for Unity development, QA, and tooling scenarios, providing rapid diagnostics by organizing commands and return data formats for logs, errors, and system details.

How do I access assembly information to pinpoint root causes in Unity?

You access assembly information by running debug utilities that expose assembly details alongside stack traces, allowing you to pinpoint root causes of compilation and runtime issues.

What are the limitations of using diagnostic routines for Unity troubleshooting?

Diagnostic routines for Unity troubleshooting are limited to fetching existing logs, stack traces, and system info; they expose data for diagnosis but do not automatically fix compilation or runtime issues.