screenshot-game-view

Capture Unity Editor Game View screenshots as images for visual QA.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/igot-ai/os-twin --skill screenshot-game-view-igot-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot-game-view
Source: https://github.com/igot-ai/os-twin/tree/main/.agents/skills/roles/game-engineer/develop-unity-ui/references/screenshot-game-view
Command: npx skills add https://github.com/igot-ai/os-twin --skill screenshot-game-view-igot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures a screenshot from the Unity Editor Game View and returns it as an image. Reads the Game View's own render texture directly via the Unity Editor API. The image size matches the current Game View resolution. Returns the image directly for visual inspection by the LLM.

Core Features & Use Cases

  • Reads the Unity Editor Game View render texture directly via the Unity Editor API to produce an image that matches the current Game View resolution.
  • Returns the captured image for visual inspection by an LLM or automation tooling, enabling quick QA and documentation.
  • Use Case: Automate visual QA for Unity scenes across multiple resolutions and aspect ratios.

Quick Start

Use the screenshot-game-view tool to capture the current Unity Game View as an image.

Frequently Asked Questions about screenshot-game-view

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

FAQPage Schema
How do I capture a Unity Game View screenshot for visual QA?

Capture a Unity Game View screenshot by reading the Game View render texture directly via the Unity Editor API. It returns an image matching the current Game View resolution for visual inspection.

Can I automate Unity scene screenshots across different resolutions?

Yes, you can automate Unity scene screenshots across different resolutions and aspect ratios. The tool reads the Game View render texture to produce images matching the current Game View resolution for visual QA.

How does the Unity Game View screenshot process work for LLM inspection?

The Unity Game View screenshot process works by reading the render texture directly via the Unity Editor API. It returns a raw image output suitable for automated visual inspection by an LLM.

Does this screenshot tool require any specific Unity dependencies?

No specific dependencies are required to use this screenshot tool. It operates directly within the Unity Editor environment using the built-in Unity Editor API to read the Game View render texture.

What is the best way to get image output from the Unity Editor Game View?

The best way to get image output from the Unity Editor Game View is to read the render texture directly via the Unity Editor API. This captures the current view resolution and returns a raw image for documentation.

Why are my Unity Game View screenshots not matching the current resolution?

Unity Game View screenshots must read the Game View render texture directly via the Unity Editor API to match the current resolution. This approach ensures the image size matches the Game View exactly.