screenshot-game-view

Capture Unity Editor Game View screenshots as images via the Editor API.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/lightvu25/Echoes --skill screenshot-game-view-lightvu25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot-game-view
Source: https://github.com/lightvu25/Echoes/tree/main/SKILLS/screenshot-game-view
Command: npx skills add https://github.com/lightvu25/Echoes --skill screenshot-game-view-lightvu25

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

  • Capture the Unity Editor Game View as an image for quick validation and documentation.
  • Reads the Game View's render texture to ensure the output matches the current resolution.
  • Useful for AI-assisted review, QA checks, and visual asset validation in Unity workflows.

Quick Start

Capture the current Unity Game View screenshot and return it as an image for immediate visual inspection.

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 Editor Game View screenshot for automated testing?

To capture a Unity Editor Game View screenshot, this Skill reads the Game View's render texture directly via the Unity Editor API and outputs the image for immediate visual inspection in UI verification workflows.

Can I use the Unity Editor API to read the Game View render texture directly?

Yes, you can read the Game View render texture directly using the Unity Editor API. This Skill accesses the render texture to capture the current Game View resolution and return it as an image.

Does the captured Unity Game View screenshot match the current Game View resolution?

Yes, the captured Unity Game View screenshot matches the current Game View resolution. By reading the Game View's own render texture, the output image size accurately reflects the active editor configuration.

What is the best way to automate visual validation of the Unity Game View?

The best way to automate visual validation of the Unity Game View is using a screenshot capture Skill that reads the render texture and returns the image directly for AI-assisted review and QA checks.

Do I need any dependencies to capture a Unity Game View screenshot?

No dependencies are required to capture a Unity Game View screenshot. This Skill operates independently using the built-in Unity Editor API to access the Game View render texture and return the image.

Why does my Unity Game View screenshot capture return an incorrect resolution?

A Unity Game View screenshot might return an incorrect resolution if the render texture is not read properly. This Skill avoids that by reading the Game View's own render texture to match the current resolution exactly.