uloop-clear-console
Original:🇺🇸 English
Translated
Clear Unity console logs. Use when: clearing console before tests, starting fresh debugging session, or when user asks to clear logs. Removes all log entries from Unity Console.
5installs
Sourcehatayama/uloopmcp
Added on
NPX Install
npx skill4agent add hatayama/uloopmcp uloop-clear-consoleTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →uloop clear-console
Clear Unity console logs.
Usage
bash
uloop clear-console [--add-confirmation-message]Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| boolean | | Add confirmation message after clearing |
Global Options
| Option | Description |
|---|---|
| Target a specific Unity project (mutually exclusive with |
| Specify Unity TCP port directly (mutually exclusive with |
Examples
bash
# Clear console
uloop clear-console
# Clear with confirmation
uloop clear-console --add-confirmation-messageOutput
Returns JSON confirming the console was cleared.