> ## Documentation Index
> Fetch the complete documentation index at: https://dacruzdev.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Install ScreenshotKit and Capture Your First Screenshot

> Get ScreenshotKit running in your Unity project and take your first screenshot in minutes, from import to saved file.

## Steps

<Steps>
  <Step title="Import the package">
    Import ScreenshotKit into your Unity project from the Asset Store package manager. It supports Unity 2021.3 or later on Built-in, URP, and HDRP.
  </Step>

  <Step title="Open the window">
    Open **Tools > ScreenshotKit > Settings Window**, or click the **ScreenshotKit** toolbar overlay in the Scene View.
  </Step>

  <Step title="Take your first screenshot">
    Press **Ctrl+Shift+S** with the Game View focused. That is your first screenshot, taken from the active camera at the resolution shown in the **Capture** tab.
  </Step>

  <Step title="Find the file">
    Files land in `Assets/ScreenshotKit/Screenshots` by default. Change this under the **Settings** tab, **Save Location**. If **Copy To Clipboard** is on (the default), the shot is also on your OS clipboard, ready to paste.
  </Step>
</Steps>

## The five tabs

| Tab          | What it does                                                                    |
| ------------ | ------------------------------------------------------------------------------- |
| **Capture**  | Single screenshots, batch multi-camera capture, and 360 degree panoramas.       |
| **Gif**      | GIF recording and image sequence recording.                                     |
| **Record**   | MP4 (H.264) / WebM (VP8) video recording: live camera, viewport, and turntable. |
| **Mattes**   | Cryptomatte segmentation, lighting decomposition, and data-buffer passes.       |
| **Settings** | Output paths, filename templates, file formats, watermark, presets, shortcuts.  |

## Where next

<CardGroup cols={2}>
  <Card title="Single Screenshot" icon="camera" href="/workflows/single-screenshot">
    Resolution presets, supersampling, and capture options.
  </Card>

  <Card title="GIF Recording" icon="film" href="/workflows/gif-recording">
    Record looping GIFs straight from Play Mode.
  </Card>

  <Card title="Video Recording" icon="video" href="/workflows/video-recording">
    Live, viewport, and turntable video capture.
  </Card>

  <Card title="Cryptomatte & AOV" icon="layer-group" href="/workflows/cryptomatte-aov">
    Compositing-ready mattes and AOV passes.
  </Card>
</CardGroup>
