Bring Unity Editor window to front using OS-level commands.
Usage
uloop focus-window
Parameters
None.
Global Options
Option
Description
--project-path <path>
Target a specific Unity project. Path resolution follows the same rules as cd — absolute paths are used as-is, relative paths are resolved from cwd.
Examples
# Focus Unity Editor
uloop focus-window
Output
Returns JSON confirming the window was focused.
Notes
Works even when Unity is busy (compiling, domain reload, etc.)
Uses OS-level commands (osascript on macOS, PowerShell on Windows)
Useful before uloop capture-unity-window to ensure the target window is visible
Brings the main Unity Editor window to the foreground
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: hatayama-uloopmcp-uloop-focus-window3description: uloop focus-window4---56# uloop focus-window78Bring Unity Editor window to front using OS-level commands.910## Usage1112```bash13uloop focus-window14```1516## Parameters1718None.1920## Global Options2122| Option | Description |23|--------|-------------|24| `--project-path <path>` | Target a specific Unity project. Path resolution follows the same rules as `cd` — absolute paths are used as-is, relative paths are resolved from cwd. |2526## Examples2728```bash29# Focus Unity Editor30uloop focus-window31```3233## Output3435Returns JSON confirming the window was focused.3637## Notes3839- **Works even when Unity is busy** (compiling, domain reload, etc.)40- Uses OS-level commands (osascript on macOS, PowerShell on Windows)41- Useful before `uloop capture-unity-window` to ensure the target window is visible42- Brings the main Unity Editor window to the foreground4344---45> Converted and distributed by [TomeVault](https://tomevault.io/claim/hatayama) — claim your Tome and manage your conversions.46<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/hatayama-uloopmcp-uloop-focus-window 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 focus-window 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.