# Screenshot Sample Scene

{% hint style="success" %}

#### Like what your seeing?

Support us as a [GitHub Sponsor](https://kb.heathen.group/old-kb/where-to-buy/become-a-sponsor) and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude.\
\
These articles are made possible by our [GitHub Sponsors](https://kb.heathen.group/old-kb/where-to-buy/become-a-sponsor) ... become a sponsor today!
{% endhint %}

## Introduction

![](https://4053370152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZWu8yFOWhCYCMkJFmR%2Fuploads%2FhrXUGPwI5SvKmzSEeAFu%2Fimage.png?alt=media\&token=4e42dd5d-a408-4e6d-8b6e-c1c7451593f2)

This sample scene demonstrates the use of the [Screenshot API](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/api/screenshot). The UX Screenshot API can be used to capture full screen or parts of a screen and simplies the process of reading that data out to a file, to byte\[] for transmission over a network, for resizing to make it appropreate as a thubnail ... think Save Game thumbnails and much more.

## What do I learn?

1. Capturing a screenshot and using the [Screenshot API](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/api/screenshot)
2. How to access the Knowledge Base (where you are now)
3. How to access the support [Discord ](https://discord.gg/6X3xrRc)
4. How to leave a review 😉

## Objects

### Managers

This implaments a simple sample script which does nothing but capture the screen and present it to a UI element as a crude demonstration of the Screenshot API.
