screenshot-game-view

Capture the Unity Editor Game View render texture as a PNG image.

Updated May 3, 2026
One-click install
npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill screenshot-game-view-rakamenouya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot-game-view
Source: https://github.com/RakameNouya/MR-Bab_10_and_Kel_3/tree/main/.gemini/skills/screenshot-game-view
Command: npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill screenshot-game-view-rakamenouya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for capturing screenshots of the Unity Editor's Game View, allowing users to directly access and utilize the Game View's render texture.

Core Features & Use Cases

  • Direct Screenshot Capture: Access and capture the render texture of the Unity Editor's Game View.
  • Resolution Matching: The captured image size matches the current Game View resolution.
  • Corrected Orientation: Corrects Y-flip on DirectX / Metal to ensure the output is always upright.
  • Use Case: Ideal for developers who need to quickly inspect the Game View's content without leaving the Unity Editor.

Quick Start

Use the screenshot-game-view skill to capture a screenshot of the current Game View.

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 directly in the editor?

To capture a Unity Game View screenshot, use this Skill to access the Game View's render texture and return a PNG image. It matches the current Game View resolution and corrects Y-flip orientation for DirectX or Metal.

Why does my Unity Game View render texture appear upside down?

Your Unity Game View render texture appears upside down due to Y-flip orientation on DirectX or Metal. This Skill automatically corrects the Y-flip when capturing the Game View, ensuring the output PNG is always upright.

Can I get a PNG image from the Unity Game View without leaving the editor?

Yes, you can get a PNG image directly from the Unity Game View without leaving the editor. This Skill captures the Game View's render texture via the Unity Editor API, matching the exact resolution for in-editor visual debugging.

Does capturing the Unity Game View screenshot match the current editor resolution?

Capturing the Unity Game View screenshot matches the current Game View resolution exactly. This Skill accesses the render texture and outputs a PNG image that preserves the dimensions of your active editor window.

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

The best way to automate visual debugging of the Unity Game View is to capture its render texture and return a PNG. This Skill provides direct editor API access for quick inspection and review without manual screen capture.