# Trim Sheets

A Trim sheet is the first approach to asset creation that uses more complex textures. It allows for very realistic or stylized results but is also very performant as it can be applied to many different assets that align with the style of the material. You can make an entire set of buildings with one material if you utilise the textures well as it includes the roof, walls, floor, windows and details.

It is possible to use different textures with the same layout to create variations on an environment or prop to create completely different result by only changing the texture.

The trick is unwrapping the UVs in ways that use the same areas of the texture over and over again. And with a bit of creative asset creation, you can actually use the texture in more unique ways.

The Trim Sheet approach takes asset creation from *both* the 3D asset and texture at the same time where sometimes you will add more polygons to fit the texture, and sometimes you will modify the texture to be better utilised on the asset.


---

# 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://themattempire.gitbook.io/documentation/asset-creation/the-crate-series/trim-sheets.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.
