screenshot-scene-view

Capture Unity Editor Scene View screenshots via HTTP POST endpoint.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/igot-ai/os-twin --skill screenshot-scene-view-igot-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot-scene-view
Source: https://github.com/igot-ai/os-twin/tree/main/.agents/skills/roles/game-engineer/develop-unity-ui/references/screenshot-scene-view
Command: npx skills add https://github.com/igot-ai/os-twin --skill screenshot-scene-view-igot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures a screenshot from the Unity Editor Scene View and returns it as an image to facilitate rapid visual verification in AI-assisted workflows.

Core Features & Use Cases

  • Scene View Capture: Retrieve a high-quality image of the Unity Scene View for review and documentation.
  • Immediate Visual Feedback: Return images directly for quick inspection by an AI or human reviewer.
  • Configurable Resolution: Accepts width and height to control the resulting image resolution for different use cases.

Quick Start

Call the tool via the HTTP API with optional width and height to obtain a Unity Scene View screenshot for immediate review.

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 of the Unity Scene View for visual debugging?

You can capture a Unity Scene View screenshot by sending an HTTP POST request to the /api/tools/screenshot-scene-view endpoint. The tool returns an image payload of the current Scene View for immediate visual inspection and debugging.

Can I specify the resolution when taking a Unity Scene View screenshot?

Yes, you can control the screenshot resolution by passing optional width and height parameters in your HTTP POST request. This allows you to generate high-quality images tailored to your specific UI testing or visual verification needs.

How does automated Scene View capture work in AI-assisted Unity development?

Automated Scene View capture works by returning an image payload directly from the Unity Editor via an HTTP API. This provides immediate visual feedback to an AI or human reviewer, facilitating rapid visual verification without manual screen grabbing.

Do I need any specific Unity packages or dependencies to use the Scene View screenshot tool?

No specific packages or dependencies are required beyond the Unity Editor itself. The tool operates through a standard HTTP POST endpoint, making it accessible for integration into various automation and AI-assisted development workflows.

What is the best way to validate Unity UI layouts during automated testing?

Capturing a Scene View screenshot is an effective way to validate Unity UI layouts during automated testing. By retrieving a high-quality image of the Scene View, you can quickly inspect the visual layout and generate reference visuals for documentation.

Why should I use an HTTP endpoint for Unity screenshots instead of manual capture?

Using an HTTP endpoint for Unity screenshots enables instant image retrieval for AI-assisted workflows. It bypasses manual screen grabbing, returning a direct image payload that allows AI agents or automated systems to perform rapid visual verification.