uloop-clear-console

Clear Unity Editor console log entries with optional confirmation.

500|44|Updated Jun 15, 2025
One-click install
npx skills add https://github.com/hatayama/unity-cli-loop --skill uloop-clear-console-hatayama
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: uloop-clear-console
Source: https://github.com/hatayama/unity-cli-loop/tree/main/.agents/skills/uloop-clear-console
Command: npx skills add https://github.com/hatayama/unity-cli-loop --skill uloop-clear-console-hatayama

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes noisy and accumulated Unity Editor Console log entries so developers can start tests, compilations, or debugging sessions with a clean console and quickly identify relevant output.

Core Features & Use Cases

  • Clear All Logs: Deletes all entries from the Unity Editor Console to eliminate clutter.
  • Optional Confirmation: Adds a confirmation message after clearing when the flag is provided to reassure automated workflows.
  • Project Path Override: Operates on a specified Unity project path when the workspace is not the current directory.
  • Use Case: Clear the console before running unit tests or a build to ensure only new, relevant messages appear.

Quick Start

Run the uloop clear-console command in your Unity project to empty the Editor Console and optionally include a confirmation message.

Frequently Asked Questions about uloop-clear-console

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

FAQPage Schema
How do I clear the Unity console log before running tests?▼

To clear the Unity console before tests, run the clear-console command in your project directory. This deletes all accumulated log entries, ensuring a noise-free console for identifying new test output.

What is the best way to remove accumulated Unity Editor Console logs for debugging?▼

Removing accumulated Unity Editor Console logs for debugging eliminates clutter so you can quickly identify relevant messages. Execute the console clear command to delete all entries and start a clean debugging session.

Can I clear Unity console logs from a project path outside the current directory?▼

Yes, you can clear Unity console logs from a different directory by providing a project-path override. This allows the command to target and clear the console of a Unity project outside your current workspace.

Does clearing the Unity console support confirmation messages for automated workflows?▼

Yes, clearing the Unity console supports automated workflows by accepting an optional confirmation flag. When provided, the command returns a JSON response confirming the console was cleared to reassure your automation pipeline.

Why clear the Unity console before a compilation run?▼

Clearing the Unity console before a compilation run deletes old log entries so that only new, relevant compilation messages appear. This helps developers quickly identify errors or warnings generated by the recent build.