unity-console

Capture and query Unity Editor console logs, warnings, and errors.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly inspect Unity Editor console output, so you can find errors, warnings, and runtime messages without manually digging through logs.

Core Features & Use Cases

  • Read and filter logs: Capture console output or query existing history by log type, text, and limit.
  • Write diagnostic messages: Emit custom log, warning, or error entries to mark agent actions or debug milestones.
  • Control console behavior: Adjust pause on error, collapse, and clear-on-play settings to match your debugging workflow.
  • Use case: When a build fails or play mode behaves unexpectedly, use this Skill to isolate the relevant messages and understand what happened faster.

Quick Start

Use the unity-console skill to show the latest Unity console errors and warnings for the current project.

Frequently Asked Questions about unity-console

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

FAQPage Schema
How do I capture and filter Unity console output for errors and warnings?

You can read and filter Unity console logs by querying existing history using log type, text, and limit parameters. This isolates specific errors and warnings to help you debug runtime issues faster.

Can I write custom log entries to the Unity console for debugging milestones?

Yes, you can write custom log, warning, or error entries to the Unity console. Emitting diagnostic messages marks agent actions or debug milestones during your Unity debugging workflow.

How do I control Unity console settings like pause on error and clear-on-play?

You can adjust Unity console behavior by toggling pause on error, collapse, and clear-on-play settings. Controlling these options matches the console output display to your debugging workflow.

What is the best way to export Unity console history when a build fails?

Exporting Unity console history captures all logs, warnings, and errors from the session. Reviewing this exported history helps you isolate relevant messages and understand why the build failed.

Do I need access to Unity console capture buffers to query runtime messages?

Yes, querying runtime messages requires access to Unity console history or capture buffers. You also need controls for collapse, clear-on-play, and error pause behavior to manage the output.