Bring the Unity Editor window to front. Use when Unity must be visible for visual checks or user-facing interaction.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add hatayama/unity-cli-loop --skill uloop-focus-window --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Uloop Focus Window?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hatayama-uloop-focus-window-unity-cli-loop)More formats (shields.io, HTML) on the badges page.
---
name: uloop-focus-window
description: "Bring the Unity Editor window to front. Use when Unity must be visible for visual checks or user-facing interaction."
---
# uloop focus-window
Bring Unity Editor window to front using OS-level commands.
## Usage
```bash
uloop focus-window
```
## Output
Returns JSON with:
- `Success`: Whether the focus operation succeeded
- `Message`: Status message (e.g. `Unity Editor window focused (PID: 12345)`, or the failure reason such as `Unity project not found` / `No running Unity process found for this project` / `Failed to focus Unity window: <reason>`)
## Notes
- Useful before `uloop screenshot` to ensure the target window is visible
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!