# Overview

Quick Icon Pro was created to make icon / thumbnail creation easy in Unity!

This is an Editor plugin, everything runs without using play mode in your own scene.

The main idea behind quick icon is to create pictures or sprites from any kind of 3d model with easy customization. This process consists of the following main steps:

1. In **Preview** an interactive rotatable and zoomable view will be displayed of your current focused gameobject, the preview appears after you select a gameobject.
2. Select **GameObject(s)** you would like to capture by drag and dropping the assets / prefabs from hierarchy or project view. There is also an option for selecting multiple objects
3. **Input Settings** is used for configuring all camera related properties: rotation, zoom, background (using current background from your scene, single color or transparent), object focus and the resolution for the capture process.
4. **Output Settings** enable you to set the format of your output (Sprite, and common image formats \[png, jpg, tga] are supported) and to locate the output folder where the captures will be placed.
5. **Capture Object** button can be used to save the selected object.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://david-cseh.gitbook.io/quickicon-pro/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
