> For the complete documentation index, see [llms.txt](https://harpiagames.gitbook.io/icon-creator-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://harpiagames.gitbook.io/icon-creator-documentation/faq.md).

# FAQ

Is icon creator available on builds?

No, the Icon Creator is exclusively an editor tool and is not accessible within builds.

Can Icon Creator generate icons for animated objects?

Yes, Icon Creator supports animated objects as long as they have an animator component with states, each state having its own animation clip.

Can I use post-processing effects with the Icon Creator?

Yes, you can apply post-processing effects to icons by correctly configuring the post-processing in your scene and enabling the post-processing option.

Can I have a transparent background while using post-processing effects?

Unfortunately, the use of post-processing and a transparent background simultaneously is not supported.

Can I use any canvas object as the background or foreground of my icon?

Absolutely! You can attach any canvas prefab to the background or foreground field in the Icon Creator tool.<br>

Can I create multiple icons at once?

Yes, Icon Creator has a 'Create Icons - Folder' function which searches all the prefabs inside a selected folder and its subfolders and creates icons for all of them.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://harpiagames.gitbook.io/icon-creator-documentation/faq.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.
