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

# FAQ

<details>

<summary>Where can I buy Character Enhancement Toolkit?</summary>

CETK can be bought at the Unity Asset Store [here](https://prf.hn/l/wzWPo8e).

</details>

<details>

<summary>Do I get a discount if I have Kid Enhancement Toolkit?</summary>

YES! Character Enhancement Toolkit gives you 50% off Kid Enhancement Toolkit.  If you own Kid Enhancement Toolkit you can get Character Enhancement Toolkit for free!

</details>

<details>

<summary>Why do I need to put the packs in the Resources Folder?</summary>

Placing the files in the resources folder allows for easier manipulation of the files using Resources.Load, as opposed to LoadFileAtAssetPath. While this is not ideal for a finished game, you can export the Sorted Folder, which grabs only the FBX and materials that are tied to the prefabs we sorted.

</details>

<details>

<summary>How do I make suggestions or report bugs?</summary>

Email us at <support@linkirastudios.com> or join us in our discord, we would love to have you. <https://discord.gg/uPMmefDu8W>

</details>

<details>

<summary>What Packs contain the most accessories? Or which packs are included?</summary>

Glad you asked.  See here for packs included and how many of each type are in each pack.

## TBD<br>

</details>

<details>

<summary>Can I add accessories from other packs?</summary>

Yes! While it won't be automatically sorted, you can just throw any 3d model prefab in the sorted folder of your choice.  So theoretically you can put weapons, other characters, even buildings in other slots.\
\
This video here shows how to put in Blink's weapons into CETK.

</details>

<details>

<summary>Why are you using presets?</summary>

I initially started with writing code for transforms on the prefabs as they are imported.  You can see for Dungeon Realms that I do this for the Dwarf Hair.  For over 2000 different items, this soon becomes quite unwieldly.  Therefore, Presets seemed to be the best option.  They work, are small, are applied and saved quickly.  At the moment, the main downside is its per item preset and not per character preset. Which is a rather small downside.

</details>

<details>

<summary>Does this work in Builds?</summary>

It does...but with a big caveat.  CETK is intended to be an editor tool.  That is one in which you use to support your game development.  My vision of this was one where you can quickly create enemies and NPCs.  I do get that developers might also want this to be their Main Character Select screen.  However, with the numerous options and ways forward you are going to have to integrate it yourself.  In Version 1.1, I added a CharacterSelect Screen for the Builds, and I also added code so if you have CETK in your project that you build it should work.

</details>

<details>

<summary>Where is the animation from for the new version?</summary>

I am using Kevin Iglesias' One Handed Combat Idle animation for the pack. I reached out to him and he was noble enough to allow for the use of a small subset of animations in the release of v1.1  You can find this and other animations [here](https://prf.hn/l/lGWMvnA).

</details>

<details>

<summary>What version of the Polygon Packs were the scripts tested on?</summary>

Please see[ pack compatibility ](/character-enhancement-toolkit/product-guides/pack-compatibility.md)

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://linkira-studios.gitbook.io/character-enhancement-toolkit/faq/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
