> For the complete documentation index, see [llms.txt](https://ss3d.gitbook.io/art-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ss3d.gitbook.io/art-guide/3d/modeling/formatting/export-settings.md).

# Export Settings

So, you've followed this guide to a T and now you're ready to export. Here are some notes before you export:

1. **Selected Objects** - This allows you to export only the objects you have selected. Highly recommended to toggle it on so you don't accidentally export the whole scene.&#x20;
2. **Apply Scalings** - Set this to FBX All This fixes some scaling issues in Unity.&#x20;
3. **!EXPERIMENTAL! Apply Transform** - This also fixes scaling issues in Unity, but primarily in regards to armatures. Just toggle it on anyway.&#x20;
4. **No Leaf Bones** - Turn off "Add Leaf Bones". It adds useless additional bones to the ends of armatures.

![](https://lh4.googleusercontent.com/aDljMAp-hZPtpu8sbQVG6qfH6uOqLxL9t_TGBMIKYAhn2cvSPoDPDXxeGTQzOTtYiwEqZ7-uZjnPz3eI_Hl6meqWRGRVsfybwyV-TohN3GHGWWuF0suqIxPQtwlC1ts5tFZej8x8m8j444OuBjxkmQ)


---

# 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://ss3d.gitbook.io/art-guide/3d/modeling/formatting/export-settings.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.
