uloop-control-play-mode

uloop control-play-mode

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "uloop-control-play-mode" with this command: npx skills add hatayama/uloopmcp/hatayama-uloopmcp-uloop-control-play-mode

uloop control-play-mode

Control Unity Editor play mode (play/stop/pause).

Usage

uloop control-play-mode [options]

Parameters

Parameter Type Default Description

--action

string Play

Action to perform: Play , Stop , Pause

Global Options

Option Description

--project-path <path>

Target a specific Unity project (mutually exclusive with --port )

-p, --port <port>

Specify Unity TCP port directly (mutually exclusive with --project-path )

Examples

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

uloop-find-game-objects

No summary provided by upstream source.

Repository SourceNeeds Review
General

uloop-screenshot

No summary provided by upstream source.

Repository SourceNeeds Review
General

uloop-clear-console

No summary provided by upstream source.

Repository SourceNeeds Review
General

uloop-get-logs

No summary provided by upstream source.

Repository SourceNeeds Review