Loading...
Loading...
Control Unity Editor play mode. Use when: starting/stopping/pausing play mode, testing game behavior, or when user asks to play or stop. Controls play/stop/pause of Unity Editor.
npx skill4agent add hatayama/uloopmcp uloop-control-play-modeuloop control-play-mode [options]| Parameter | Type | Default | Description |
|---|---|---|---|
| string | | Action to perform: |
| Option | Description |
|---|---|
| Target a specific Unity project (mutually exclusive with |
| Specify Unity TCP port directly (mutually exclusive with |
# Start play mode
uloop control-play-mode --action Play
# Stop play mode
uloop control-play-mode --action Stop
# Pause play mode
uloop control-play-mode --action PauseIsPlayingIsPausedMessage