# Recommended PSB file structure for Trait Mapper

### Why do we recommend to use an updated PSB structure?

When the PSB file structure changes, it requires a new Trait Mapper. Updates in Trait Mapper are not interchangeable in the Unity project file. This leads the creators to repeat the previous rigging process in the new Unity project file.

With the updated PSB file structure, it allows creators to execute minor edits and update the quality of the traits without the burden of creating a new Unity Project.

#### How to Setup a New PSB file Structure?

{% hint style="success" %}
Extra layers and folders allow easy conversion of PSB files within the same Unity project file, increasing the flexibility of work.
{% endhint %}

Repeat the process for each trait while keeping the consistency for hierarchy and layer names:

1. Duplicate the folder for the trait
2. Empty the contents of the layer

<figure><img src="/files/Ur4zVSDJ5cXN0IF8yK60" alt=""><figcaption></figcaption></figure>


---

# 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://myty.gitbook.io/myty-kit/getting-started/1.-prepare-illustration-psb/recommended-psb-file-structure-for-trait-mapper.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.
