# Sorting Polygon packs

## Step 0 - Open Toolkit Window&#x20;

Once the Character Enhancement Toolkit (CETK) is installed, right click in the project area.  Navigate to Toolkit->Show Toolkit Window

<figure><img src="https://776053340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHKFykQqzSKlMgfdDiLh1%2Fuploads%2FAZs8YsT8oAXLlv63YnV2%2Fimage.png?alt=media&#x26;token=f62b5b47-2439-40f0-bc19-ffff3b7d2f22" alt=""><figcaption></figcaption></figure>

Optionally you can click from the Toolbar. Tools-> CETK-> Show Toolkit Window

<figure><img src="https://776053340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHKFykQqzSKlMgfdDiLh1%2Fuploads%2FdY41t3EfjsUoouAPoiM3%2Fimage.png?alt=media&#x26;token=005d3e00-d5c6-4de4-b59b-859d54f5ee26" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Step 1- Create Directories

<figure><img src="https://776053340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHKFykQqzSKlMgfdDiLh1%2Fuploads%2FnjhtX7sg9w8nW5LOQj06%2Fimage.png?alt=media&#x26;token=78a57619-0b0f-4fd1-b5c9-a5b4a5739741" alt=""><figcaption><p>CETK Preparation Window</p></figcaption></figure>

Click 'Step 1: Create Directories & Analyze Installed Packs' .

This step first creates directories in Assets/Resources/Sorted.  This is your home to all prefabs.

It then looks for any installed Synty Polygon Pack. It looks in Assets/, Assets/Resources/, and Assets/Synty/.
{% endstep %}

{% step %}

### Step 2 - Select Packs to Move and Click Step 2

This step starts with selecting which packs you want to move. By default any packs it finds, it will run the entire step process on again. But if say you want to only select a few you can adjust which ones you want.

<figure><img src="https://776053340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHKFykQqzSKlMgfdDiLh1%2Fuploads%2Fep9gIAtpkd8Zkor9e88P%2Fimage.png?alt=media&#x26;token=54b744f0-9e7a-4c70-9c1f-4f2a2cf2ae38" alt=""><figcaption></figcaption></figure>

Clicking 'Step 2: Move Packs, Create Left Side Copies, & Apply Presets' does each of these things in sequence. What used to be separate button presses is now one.

Moving packs take the pack from where it used to be and moves it into Assets/Resources. This enables the quicker loading of folders. The downside is everything that is in Resources will bloat your build. (SEE STEP 3 for a solution).

Once all packs are moved, it will begin creating left and right prefabs. This portion takes a while because every prefab that requires a left and right side variant gets moved and checked against the original.&#x20;

After your left and right prefabs are created, it will then apply the presets. These presets are found in Assets/LinkiraStudios/Presets.  The folders should match to the Sorted.  This enables to have per side presets for the prefabs, that way the -90Y for shields on the Right hand don't affect the 90Y shields on the left. &#x20;
{% endstep %}

{% step %}

### Start Creating

<figure><img src="https://776053340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHKFykQqzSKlMgfdDiLh1%2Fuploads%2FNnpiNFUE0kOmzag6d8u5%2Fimage.png?alt=media&#x26;token=af7918e4-89ce-474b-8d91-628a7b2281b6" alt=""><figcaption></figcaption></figure>

Part of the Pack process is moving packs to Assets/Resources.  You can now click the optional button to restore them to their original location.

Click 'Open Character Enhancement Toolkit' to start creating
{% endstep %}
{% endstepper %}


---

# 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://linkira-studios.gitbook.io/character-enhancement-toolkit/product-guides/sorting-polygon-packs.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.
