# Screenshot Wizard

{% embed url="<https://youtu.be/s9vRImPeG4g>" %}

## Accessing the Wizard

The Screenshot Wizard is designed to make icons of 3D models.  The recommended workflow is to open a 3D model prefab in the Unity Editor before accessing the wizard.

The Screenshot Wizard can be opened by clicking *Tools* in the menu bar, and selecting *AnyRPG > Wizard > Screenshot Wizard*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FpUeP25Scl56U3ZxnNffB%2Fimage.png?alt=media\&token=0c8ce728-5c50-4463-994d-75491a9a01fa)

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FGL0zg2RIkEp6d5vilMW7%2Fimage.png?alt=media\&token=63056f43-675d-47aa-bdda-5fe759dbe69b)

## Making an Icon

By default, the screenshot wizard will show a white indicator square in the scene view window.  This square represents the size and contents of the image that will be saved to disk.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FWfWVA7IQ6tUr4oYMAmpN%2Fimage.png?alt=media\&token=3e822aef-9cbd-4335-b4f5-13c9fc6c9e44)

You can adjust the background of the image, and the lighting that will be used when the screenshot is taken, but those settings will not show in the scene view.  You may have to take a few screenshots to get the settings just right.  A full list of the settings can be found below.

It is recommended to experiment with the rotation of the item to ensure the most distinct or unique feature takes up the full frame of the size indicator preview.

Once you are satisfied with the settings, click the *Create* button and the image will be saved to disk.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FmpQyeUgy8ywza0MrgR1I%2Fimage.png?alt=media\&token=56330adf-77ea-4fa6-a671-3580e398df3f)

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FKkqLbOkEYfNdmnVISbPJ%2Fimage.png?alt=media\&token=89f58f3b-4a0c-4e61-90f2-5b81c5983d35)

Don't forget to open the saved image in the inspector and set the *Texture Type* to *Sprite (2D and UI)* so you can use the image as an icon.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FnZSkSwnfO6kxq7jXvhtS%2Fimage.png?alt=media\&token=7b53faec-5a20-425d-aadb-0b07966f4106)

## Settings

| Name                  | Description                                                                                                                                                                                                                          |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Parent Folder         | The folder that the screenshot image will be saved in, relative to the Assets folder in your project.                                                                                                                                |
| File Name             | The name of the image file that will be saved to disk.  If a file of the same name exists, the file name will have the current date and time appended to it to make it unique.                                                       |
| Show Size Indicator   | If true, a white indicator square will show on screen to represent the size and contents of the screenshot.                                                                                                                          |
| Width                 | The width of the output image                                                                                                                                                                                                        |
| Height                | The height of the output image                                                                                                                                                                                                       |
| Camera Clear Flags    | <p><strong>Depth</strong><br>The image will have a transparent background<br><strong>Color</strong><br>The image will have a solid color background<br><strong>Skybox</strong><br>The image will have a skybox in the background</p> |
| Background Color      | If the Color option is chosen for the *Camera Clear Flags*, this is the color that will be used.                                                                                                                                     |
| Use Light             | If true, a light will be attached to the camera that takes the screenshot, emulating the settings you see in the scene view.                                                                                                         |
| Light Color           | If *Use Light* is selected, the color of the light to shine on the object.                                                                                                                                                           |
| Light Intensity       | If *Use Light* is selected, the brightness of the light to shine on the object.                                                                                                                                                      |
| Object To Screen Shot | Although the screenshot will take a picture of whatever is shown in the size indicator, the camera must be attached to some prefab in the scene view.  This setting controls what object the camera is attached to.                  |
