screenshot-scene-view

Capture Unity Scene View screenshots at configurable resolutions via HTTP API.

Updated Feb 4, 2024
One-click install
npx skills add https://github.com/sprillion/gem_td --skill screenshot-scene-view-sprillion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot-scene-view
Source: https://github.com/sprillion/gem_td/tree/main/SKILLS/screenshot-scene-view
Command: npx skills add https://github.com/sprillion/gem_td --skill screenshot-scene-view-sprillion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Captures a screenshot from the Unity Editor Scene View and returns it as an image for quick visual validation and inspection.

Core Features & Use Cases

  • Capture Scene View at configurable width and height to generate images for UI verification and documentation.
  • Automate visual checks during Unity editor runs and CI workflows.
  • Share scene visuals with teammates by exporting images (PNG/JPEG) for quick review.

Quick Start

Invoke the tool to capture a Unity Scene View screenshot, optionally specifying width and height.

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 Unity Scene View screenshot programmatically?

Capturing a Unity Scene View screenshot programmatically requires an HTTP API endpoint running inside the Unity Editor that accepts optional width and height parameters and returns the captured scene image.

Can I automate visual checks during Unity editor runs?

Automating visual checks during Unity editor runs is supported by calling the screenshot capture API endpoint within CI workflows to generate scene previews for UI verification and validation.

Does Unity Scene View screenshot capture work with configurable resolutions?

Unity Scene View screenshot capture works with configurable resolutions by passing optional width and height parameters to the HTTP API endpoint to produce images at desired dimensions.

What is the best way to get quick scene previews for Unity documentation?

The best way to get quick scene previews for Unity documentation is capturing the Scene View and exporting images as PNG or JPEG files for immediate review and sharing with teammates.

Do I need an HTTP API endpoint to capture Unity Scene View images?

You need an HTTP API endpoint running inside the Unity Editor environment to handle screenshot capture requests and return the generated Scene View image for visual inspection.

Why use a dedicated screenshot tool for Unity Scene View validation?

Using a dedicated screenshot tool for Unity Scene View validation streamlines visual inspection by instantly generating configurable resolution images, bypassing manual screen capturing during automated editor workflows.