screenshot-game-view

Capture a screenshot from the Unity Editor Game View as an image.

3.8k|349|Updated Apr 2, 2025
One-click install
npx skills add https://github.com/IvanMurzak/Unity-MCP --skill screenshot-game-view-ivanmurzak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot-game-view
Source: https://github.com/IvanMurzak/Unity-MCP/tree/main/Unity-MCP-Plugin/.claude/skills/screenshot-game-view
Command: npx skills add https://github.com/IvanMurzak/Unity-MCP --skill screenshot-game-view-ivanmurzak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures a screenshot from the Unity Editor Game View and returns it as an image, enabling quick visual validation of the current game scene without manual rendering.

Core Features & Use Cases

  • Reads the Game View render texture directly via the Unity Editor API to produce an image that matches the current Game View resolution.
  • Returns the image directly for rapid visual inspection by an AI assistant or QA workflow.
  • Useful for automated validation, demonstrations, and iterative design reviews across different Game View sizes.

Quick Start

Run the command unity-mcp-cli run-tool screenshot-game-view to capture the current Unity Editor Game View screenshot.

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 automated visual verification?

Capture a Unity Game View screenshot by reading the Game View render texture directly via the Unity Editor API, producing an image that matches the current resolution for automated visual verification.

Can I get an image output of the Unity Game View at different resolutions?

Yes, you can get an image output of the Unity Game View at different resolutions. The Skill reads the current Game View render texture, making it useful for iterative design reviews across varying Game View sizes.

What is the best way to return a Unity Editor screenshot to an AI assistant?

The best way to return a Unity Editor screenshot to an AI assistant is to read the Game View render texture via the Unity Editor API and return the image directly for rapid visual inspection.

Does automated Unity Game View capture require manual rendering?

No, automated Unity Game View capture does not require manual rendering. It reads the Game View render texture directly to produce an image, enabling quick visual validation of the current game scene.

Do I need the Unity Editor API to take a Game View screenshot for QA workflows?

Yes, you need the Unity Editor API to take a Game View screenshot for QA workflows. The Skill requires access to the Unity Editor API to read the Game View render texture and produce an image.

When do I need to capture a Unity Game View render texture as an image?

You need to capture a Unity Game View render texture as an image when performing automated validation, demonstrations, or iterative design reviews without the overhead of manual rendering.