screenshot-game-view

Capture screenshots from the Unity Editor Game View via its render texture.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lunafish/Game00 --skill screenshot-game-view
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot-game-view
Source: https://github.com/lunafish/Game00/tree/main/SKILLS/screenshot-game-view
Command: npx skills add https://github.com/lunafish/Game00 --skill screenshot-game-view

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill captures the current view of your Unity game directly from the editor, allowing for quick visual feedback and debugging.

Core Features & Use Cases

  • Direct Game View Capture: Takes a screenshot of the active Game View in the Unity Editor.
  • Resolution Matching: The captured image will have the same dimensions as the current Game View resolution.
  • Use Case: After making changes to your game's UI or camera setup, use this Skill to instantly see the result without manually taking a screenshot.

Quick Start

Call the screenshot-game-view tool to capture 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 screenshot of the Unity Game View for visual debugging?

To capture a screenshot of the Unity Game View, you can use an editor tool that reads the Game View's render texture directly via the Unity Editor API. It returns the image directly for instant visual inspection and debugging.

Can I get an image of my current Unity Game View resolution?

Yes, capturing the Unity Game View provides an image with dimensions that exactly match your current Game View resolution. It reads the view's own render texture to ensure the output size is identical.

What is the best way to automate taking Unity editor screenshots for UI changes?

Using an editor tool to capture the Unity Game View is an effective way to automate screenshots for UI changes. It reads the active render texture directly, allowing you to instantly see the result without manual captures.

Does this Game View capture method require manual screenshot steps?

No, this Game View capture method does not require manual screenshot steps. It directly reads the Game View's render texture via the Unity Editor API and returns the image directly to the LLM for visual inspection.

Why does my Unity Game View screenshot size match the editor window?

Your Unity Game View screenshot size matches the editor window because the capture tool reads the Game View's own render texture directly. The resulting image dimensions inherently match the current Game View resolution.