uloop-clear-console

star 401

Clear Unity Console entries. Use before compile, tests, or debugging when stale logs would hide the current result.

hatayama By hatayama schedule Updated 5/21/2026

name: uloop-clear-console description: "Clear Unity Console entries. Use before compile, tests, or debugging when stale logs would hide the current result."

uloop clear-console

Clear Unity console logs.

Usage

uloop clear-console [--add-confirmation-message]

Parameters

Parameter Type Default Description
--add-confirmation-message boolean false Add confirmation message after clearing

Global Options

Option Description
--project-path <path> Optional. Use only when the target Unity project is not the current directory.

Examples

# Clear console
uloop clear-console

# Clear with confirmation
uloop clear-console --add-confirmation-message

Output

Returns JSON with:

  • Success (boolean): Whether the clear operation succeeded
  • ClearedLogCount (number): Total number of log entries that were cleared
  • ClearedCounts (object): Breakdown by log type
    • ErrorCount (number): Errors cleared
    • WarningCount (number): Warnings cleared
    • LogCount (number): Info logs cleared
  • Message (string): Description of the result; carries the failure summary when the operation fails (e.g. "Failed to clear console: ...")
  • ErrorMessage (string): Currently always empty for this tool — read Message for failure details
Install via CLI
npx skills add https://github.com/hatayama/unity-cli-loop --skill uloop-clear-console
Repository Details
star Stars 401
call_split Forks 38
navigation Branch main
article Path SKILL.md
More from Creator