# Hand Painted Assets

Hand painted assets are assets that rely more on an art style for the texture, rather than a direct texture approach. Some will use a single diffuse texture and fake the metallic and roughness look, whereas some may decide to add metallic, roughness and even normal maps to enhance the result.

The benefit of Hand painted materials is that they can look amazing, the disadvantage of hand painted textures is that each asset requires its own material, which greatly increases the draw call cost of the overall experience.

By using custom textures for important assets, and mixing in trim sheet approaches for less important assets however, you should be able to create a good compromise between custom materials and optimised use.

How you paint your texture depends on the resources you have. You can paint directly on your asset in Blender, or use something lie Substance Painter or Marmoset Toolbag. The other option is export the UVs from Blender and paint on them within photoshop, although you would need to save to apply the result regularly to see if it's working.


---

# 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/hand-painted-assets.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.
