> 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/prefab-icon-link-tool.md).

# Prefab Icon Link Tool

<figure><img src="https://lh7-us.googleusercontent.com/Kw94UlGJgil-8LHyA6PnYjFZ3VPokddLow0No6Brt1sx3YSjfC_q_-TQiF0E9GWzMQvzz0xt4c0jRhS9mMy0hLTDRXBD324SnAUzTfzMHl51VntmLSw36Jh1Jpa4SxBZb8qf3aWpQf8c-SdRsE-jUJA" alt=""><figcaption></figcaption></figure>

This tool will locate any prefabs lacking an icon based on their file names. The tool searches for images files that start with the corresponding prefab name.

1 - Open the tool by going to the top menu Tools > Icon Creator > Prefab Icon Link Tool

2 - Set your prefab folder and your Icons Folder

3- Hit the compare and link button

After comparing both folders and their files, the Comparison Tool provides a list of all prefabs currently missing an icon. It's a great way to ensure no prefab is left without its corresponding icon.

At the end of the window, you will find the Create Button. And also the copy folder structure check. If checked, the new icons will be following the prefabs root folder structure. This may create a new folder on your project.

<br>

<figure><img src="https://lh7-us.googleusercontent.com/0exSsSLZRn2bur3DcvCdEKKGG09Zi5xuL3PLwUvLzsqGLYaaha9sJPrKOlGUtx_3amTiNOmkLF5o82TBjGPvS86p0yT1djey2KoDahYwg3NpJqzgCTgXESKms8ITB81UMT10iBV-82RcUNuYBmBeX3Q" alt=""><figcaption></figcaption></figure>


---

# 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/prefab-icon-link-tool.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.
