console-clear-logs

Clears MCP log cache and Unity Editor Console for a fresh state.

3.8k|349|Updated Apr 2, 2025
One-click install
npx skills add https://github.com/IvanMurzak/Unity-MCP --skill console-clear-logs-ivanmurzak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: console-clear-logs
Source: https://github.com/IvanMurzak/Unity-MCP/tree/main/Unity-MCP-Plugin/.claude/skills/console-clear-logs
Command: npx skills add https://github.com/IvanMurzak/Unity-MCP --skill console-clear-logs-ivanmurzak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear MCP log cache and Unity Editor Console to isolate issues caused by a specific action.

Core Features & Use Cases

  • Clear MCP log cache to reset logs aiding debugging of MCP-related actions.
  • Clear Unity Editor Console to remove clutter and reproduce errors reliably.
  • Use Case: Before re-running a failing workflow, run this skill to start with a clean logging state.

Quick Start

Run the console-clear-logs tool to reset logs before performing the action.

Frequently Asked Questions about console-clear-logs

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

FAQPage Schema
How do I clear Unity console logs to isolate a specific error?

Clearing Unity console logs resets the Editor Console and MCP log cache to isolate errors caused by a specific action. This removes existing clutter, providing a clean logging state to reliably reproduce issues during debugging workflows.

Why does clearing the MCP log cache help with Unity debugging?

Clearing the MCP log cache helps Unity debugging by resetting internal logs before performing an action. This isolation ensures subsequent console outputs directly relate to the tested workflow, preventing old MCP log entries from interfering with error reproduction.

When should I clear the Unity Editor Console during a debugging workflow?

You should clear the Unity Editor Console right before re-running a failing workflow. Starting with a clean logging state ensures any errors or logs generated are strictly the result of the specific action you are currently testing.

Do I need the Unity MCP CLI to clear both MCP logs and the Unity console?

Yes, clearing both MCP logs and the Unity console requires access to the Unity MCP CLI and standard log pathways. The tool uses these pathways to reset internal caches and the Editor Console in one action.

Can I reset MCP log cache and Unity Editor Console in one action?

Yes, you can reset the MCP log cache and Unity Editor Console in one action using the console-clear-logs tool. It resets both internal caches and the Editor Console simultaneously to establish a clean logging state for debugging.