uloop-screenshot

Capture Unity Editor windows as PNG screenshots with configurable options.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/sakastudio/cef-test --skill uloop-screenshot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uloop-screenshot
Source: https://github.com/sakastudio/cef-test/tree/main/.claude/skills/uloop-screenshot
Command: npx skills add https://github.com/sakastudio/cef-test --skill uloop-screenshot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture Unity Editor windows as PNG screenshots to document visual state, debug UI, or share editor layouts.

Core Features & Use Cases

  • Capture any Unity EditorWindow by name and save as PNG.
  • Supports window-name, resolution-scale, and match-mode options to target specific windows and adjust output.
  • Use cases include documenting UI layouts, debugging visuals, and creating tutorials or demonstrations.

Quick Start

Capture the Game window using the default settings.

Frequently Asked Questions about uloop-screenshot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture a Unity Editor window as a PNG screenshot?

To capture a Unity Editor window as a PNG screenshot, use the uloop capture-window command. You can specify the target window by name and save the output directly as a PNG file to document UI layouts or visual states.

Can I adjust the resolution scale when taking Unity Editor screenshots?

Yes, you can adjust the resolution scale when taking Unity Editor screenshots. The capture-window command supports a resolution-scale option, allowing you to control the output size and quality of the saved PNG image.

How do I target a specific Game or Scene window for a Unity PNG capture?

You target a specific Game or Scene window for a Unity PNG capture using the window-name and match-mode options. These settings allow the command to identify and capture the exact EditorWindow you need.

What is the best way to automate Unity Editor screenshots for documentation?

The best way to automate Unity Editor screenshots for documentation is using the CLI capture-window command. It programmatically captures windows by name, making it ideal for documenting UI layouts, debugging visuals, or creating tutorials.

Does the Unity screenshot capture command work on Windows?

Yes, the Unity screenshot capture command works on Windows. It is designed to run within the Unity Editor environment, allowing you to execute the capture-window CLI command on Windows to save windows as PNG files.

When should I use match-mode when capturing Unity windows?

You should use match-mode when capturing Unity windows to refine how the window-name parameter is evaluated. This ensures the command accurately targets the correct EditorWindow, preventing mismatches when multiple windows have similar names.