# 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
1---2name: uloop-control-play-mode-33description: 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## Examples2324```bash25# Start play mode26uloop control-play-mode --action Play2728# Stop play mode29uloop control-play-mode --action Stop3031# Pause play mode32uloop control-play-mode --action Pause33```3435## Output3637Returns JSON with the current play mode state:38- `IsPlaying`: Whether Unity is currently in play mode39- `IsPaused`: Whether play mode is paused40- `Message`: Description of the action performed4142## Notes4344- Play action starts the game in the Unity Editor (also resumes from pause)45- Stop action exits play mode and returns to edit mode46- Pause action pauses the game while remaining in play mode47- Useful for automated testing workflows
Run npx skillmds@latest add hatayama/uloop-control-play-mode-3 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.
hatayama (@hatayama) published this skill. Their other Agent Skills are listed on their SkillMD profile.