Clears Unity Editor console logs via the uLoop CLI to provide a clean workspace for debugging and testing.
The uloop-clear-console skill allows Claude to programmatically wipe the Unity Editor's console logs, ensuring a fresh start for every debugging or testing session. This skill is essential for developers using the uLoop AI autopilot who need to eliminate log clutter and focus on the results of the most recent actions. By providing a clean slate, it makes it easier to identify new errors, warnings, and debug messages without the distraction of historical output, and it supports optional confirmation messages to track workflow progress within the console.
主要功能
01Provides optional confirmation messages for process tracking
02Integrates with the broader uLoop Unity automation suite
03Returns JSON formatted output for automation verification
04117 GitHub stars
05Reduces cognitive load by removing stale log data
06Instantly wipes all Unity Editor console output via CLI
使用场景
01Clearing build-related logs to make room for application output
02Starting a fresh debugging session to isolate specific runtime issues
03Wiping logs before running a suite of unit or integration tests