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> | Target a specific Unity project |
Examples
# Clear console
uloop clear-console
# Clear with confirmation
uloop clear-console --add-confirmation-message
Output
Returns JSON confirming the console was cleared.