# 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 Pause
Output
Returns JSON with the current play mode state:
IsPlaying: Whether Unity is currently in play mode
IsPaused: Whether play mode is paused
Message: Description of the action performed
Notes
Play action starts the game in the Unity Editor (also resumes from pause)
Stop action exits play mode and returns to edit mode
Pause action pauses the game while remaining in play mode
Useful for automated testing workflows
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: hatayama-uloopmcp-uloop-control-play-mode3description: uloop control-play-mode4---56# uloop control-play-mode78Control Unity Editor play mode (play/stop/pause).910## Usage1112```bash13uloop control-play-mode [options]14```1516## Parameters1718| Parameter | Type | Default | Description |19|-----------|------|---------|-------------|20| `--action` | string | `Play` | Action to perform: `Play`, `Stop`, `Pause` |2122## Global Options2324| Option | Description |25|--------|-------------|26| `--project-path <path>` | Target a specific Unity project |2728## Examples2930```bash31# Start play mode32uloop control-play-mode --action Play3334# Stop play mode35uloop control-play-mode --action Stop3637# Pause play mode38uloop control-play-mode --action Pause39```4041## Output4243Returns JSON with the current play mode state:44- `IsPlaying`: Whether Unity is currently in play mode45- `IsPaused`: Whether play mode is paused46- `Message`: Description of the action performed4748## Notes4950- Play action starts the game in the Unity Editor (also resumes from pause)51- Stop action exits play mode and returns to edit mode52- Pause action pauses the game while remaining in play mode53- Useful for automated testing workflows5455---56> Converted and distributed by [TomeVault](https://tomevault.io/claim/hatayama) — claim your Tome and manage your conversions.57<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/hatayama-uloopmcp-uloop-control-play-mode in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
uloop control-play-mode It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.