UnityCodeMCPServer
UnityCodeMCPServer에는 Signal-Loop에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Use this skill always when you need to use execute_csharp_script_in_unity_editor tool to modify scenes, add, remove or modify game objects, components, scriptable objects or perform any other task in Unity Editor using C# scripts. Also covers when and how to use read_unity_console_logs and run_unity_tests tools as part of the same workflow and create or modify favourite scripts used to automate tasks.
Autonomous Unity game-playing skill for AI agents. Provides the complete closed-loop workflow (INIT → SENSE+COMPUTE → ACT → REPEAT) for dynamically discovering game mechanics, reading live state via C# script execution, computing mathematically precise actions, and simulating player input. Use when an agent must play, test, or demonstrate any Unity game in the Editor — regardless of genre (paddle, platformer, shooter, puzzle, etc.). Covers: dynamic scene discovery, trajectory prediction, input simulation (press/hold) and adaptive re-sensing.
Use this skill always when you need to use execute_csharp_script_in_unity_editor tool to modify scenes, add, remove or modify game objects, components, scriptable objects or perform any other task in Unity Editor using C# scripts. Also covers when and how to use read_unity_console_logs and run_unity_tests tools as part of the same workflow and create or modify favourite scripts used to automate tasks.
Use when creating or editing a Python script, utility, CLI helper, one-off automation, or small standalone Python program that should stay as a script instead of becoming a multi-file project.