screenshot-camera

Capture a screenshot from a Unity camera and return it as an image.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Silac1995/My-World-Isekai-Unity --skill screenshot-camera-silac1995
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: screenshot-camera
Source: https://github.com/Silac1995/My-World-Isekai-Unity/tree/main/.claude/skills/screenshot-camera
Command: npx skills add https://github.com/Silac1995/My-World-Isekai-Unity --skill screenshot-camera-silac1995

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures a screenshot from a Unity camera for visual verification and UI debugging without manual setup.

Core Features & Use Cases

  • Capture from a specific camera or the Main Camera when none is specified
  • Return the image for immediate inspection by tooling or LLMs
  • Use case: QA the appearance of a scene, UI elements, or gameplay frames

Quick Start

Run the tool to capture a screenshot from a chosen camera, defaulting to the Main Camera when none is provided.

Frequently Asked Questions about screenshot-camera

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

FAQPage Schema
How do I capture a screenshot from a Unity camera for visual verification?▼

To capture a Unity camera screenshot, invoke the tool with an optional camera reference and specified width and height. It captures the frame and returns the image for immediate inspection or further processing.

Can I take a Unity screenshot from a specific camera instead of the default?▼

Yes, you can capture a Unity screenshot from a specific camera by providing the cameraRef input. When cameraRef is not provided, the tool defaults to capturing from the Main Camera.

How do I automate UI debugging screenshots in Unity without manual setup?▼

Automating Unity UI debugging screenshots is done by calling the screenshot capture tool on demand. It returns the gameplay or UI frame as an image, allowing tooling or LLMs to inspect the visual output.

What is the best way to QA Unity scene appearance during development?▼

The best way to QA Unity scene appearance is capturing on-demand screenshots for visual verification. You can specify width and height parameters to capture scenes, UI elements, or gameplay frames for inspection.

Do I need to specify image dimensions when capturing a Unity gameplay frame?▼

You do not need to specify image dimensions when capturing a Unity gameplay frame, but you can provide width and height inputs. The tool captures the frame and returns the image with or without these optional parameters.

Why does my Unity screenshot capture default to the Main Camera?▼

Your Unity screenshot capture defaults to the Main Camera because the cameraRef input was not provided. Supply a specific camera reference to override this behavior and capture from a different view.