screenshot-scene-view

Captures a screenshot from the Unity Editor Scene View and returns it as an image.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Fermisloth/Project-Aegis-Adaptive-Outbreak-Containment --skill screenshot-scene-view-fermisloth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot-scene-view
Source: https://github.com/Fermisloth/Project-Aegis-Adaptive-Outbreak-Containment/tree/main/.agent/skills/screenshot-scene-view
Command: npx skills add https://github.com/Fermisloth/Project-Aegis-Adaptive-Outbreak-Containment --skill screenshot-scene-view-fermisloth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires unity-mcp-cli.

What problem does it solve? When working with Unity projects through an AI assistant, the model cannot see what is currently displayed in the Editor, making visual debugging and scene verification impossible. This Skill captures the Unity Editor Scene View as an image so the LLM can visually inspect the current scene state. ## Core Features & Use Cases - Scene View Capture: Takes a screenshot of the Unity Editor Scene View via the unity-mcp-cli tool and returns it directly as an image. - Configurable Resolution: Optionally specify width and height in pixels to control the screenshot dimensions. - Use Case: While iterating on a 3D epidemic simulation scene, ask the assistant to capture the Scene View to verify agent placement, camera framing, or visual effects without switching to the Unity Editor manually. ## Quick Start Ask the assistant to take a screenshot of the Unity Scene View so you can visually inspect the current scene.

Frequently Asked Questions about screenshot-scene-view

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

FAQPage Schema
How do I take a screenshot of the Unity Scene View from the command line?

Run unity-mcp-cli run-tool screenshot-scene-view with a JSON input containing optional width and height values. The tool captures the current Scene View and returns the image directly for visual inspection.

How to capture Unity Editor screenshots for AI visual inspection?

Use the screenshot-scene-view tool through unity-mcp-cli, which returns the Scene View image directly to the LLM. This lets the assistant visually verify scene contents, object positions, and rendering results.

What should I do if unity-mcp-cli is not found?

Install it globally with npm install -g unity-mcp-cli, or invoke it through npx unity-mcp-cli instead. Detailed installation steps are available in the unity-initial-setup skill documentation.

Can I control the resolution of the Unity Scene View screenshot?

Yes, the tool accepts optional width and height integer parameters in pixels. Passing 0 or omitting them uses the default capture dimensions of the Scene View.

Does the screenshot tool return structured data about the scene?

No, this tool does not return structured output. It only returns the captured image itself, so scene metadata like object names or hierarchies must be obtained through other Unity MCP tools.