Executes Unity Test Framework suites via CLI batchmode with automatic engine detection and flexible test filtering.
The Unity Test Runner skill empowers developers to maintain high code quality in game projects by triggering Unity's internal testing framework directly through Claude Code. It eliminates the need to manually switch to the Unity Editor to run tests, supporting both EditMode and PlayMode executions. By leveraging auto-detection for Unity installations and providing granular filtering by category or name, this skill streamlines the TDD workflow and ensures rapid feedback loops during the development process.
主要功能
01Dependency integration for robust engine execution
02Automatic Unity installation path detection
03Seamless CLI-based test results reporting
04Headless batchmode execution for EditMode and PlayMode tests
053 GitHub stars
06Granular filtering by test name or category
使用场景
01Verifying game logic after complex refactoring without opening the Editor UI
02Running targeted regression tests for specific features using filters
03Automating the verification of EditMode scripts during the coding process