screenshot-scene-view

Capture Unity Editor Scene View screenshots at specified dimensions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for capturing screenshots from the Unity Editor's Scene View with specified dimensions, streamlining the process of visual documentation and debugging.

Core Features & Use Cases

  • Screenshot Capture: Takes a screenshot from the Scene View at the specified width and height.
  • Unity Editor Integration: Operates within the Unity Editor environment, leveraging the Scene View's active camera.
  • Use Case: Ideal for game developers and designers who need to capture specific scenes or elements for reference or presentation.

Quick Start

Capture a screenshot of the current Scene View with a width of 1280 and height of 720 pixels by running the command: unity-mcp-cli run-tool screenshot-scene-view --input '{"width": 1280, "height": 720}'

Frequently Asked Questions about screenshot-scene-view

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

FAQPage Schema
How do I capture a screenshot from the Unity Scene View?

To capture a screenshot from the Unity Scene View, you can specify the desired width and height dimensions, and the tool will render and encode the image using the active camera.

Can I take a Unity Scene View screenshot with custom dimensions?

Yes, you can take a Unity Scene View screenshot with custom dimensions by specifying the width and height parameters, such as 1280 by 720 pixels, during the capture process.

Does capturing a Unity Scene View screenshot require an active camera?

Yes, capturing a Unity Scene View screenshot requires an active camera in the open Scene View to handle the rendering and image encoding within the Unity Editor environment.

What is the best way to automate visual documentation in Unity?

Automating visual documentation in Unity is best achieved by capturing Scene View screenshots at specified resolutions, streamlining the process of saving references for game development and design.

Why use a dedicated tool for Unity Scene View screenshots instead of manual screen capture?

Using a dedicated tool for Unity Scene View screenshots ensures accurate custom dimensions directly from the active camera, streamlining visual debugging and presentation workflows without manual cropping.