What problem does it solve? When developing games in Unity, you often need to visually verify what the Game View currently renders without manually switching to the editor and taking a screenshot yourself. This Skill captures the Game View's render texture directly through the Unity Editor API and returns it as an image for immediate visual inspection. ## Core Features & Use Cases - Direct Render Texture Capture: Reads the Game View's own render texture via the Unity Editor API, so the image matches the current Game View resolution exactly. - LLM Visual Inspection: Returns the captured image directly, allowing an AI assistant to see and reason about the current state of your game scene. - Use Case: While iterating on a Unity scene layout, ask the assistant to capture the Game View after making changes, then get visual feedback on UI placement, lighting, or object positioning without leaving your workflow. ## Quick Start Ask the assistant to take a screenshot of the Unity Game View so you can visually check the current state of your game scene.