# Characters

For generating characters we suggest:

* The [Game-ready pipeline](/creating-assets/game-ready-assets.md), which offers optimised geometry, texturing, rigging, and LoDs. This allows you to create both stylised and realistic characters that are ready to use for your game

When generating with[ Prototype assets](/creating-assets/prototype-assets.md), we suggest:

* Depending on the complexity of the character, select the [level of quality](/creating-assets/prototype-assets.md#levels-of-quality) accordingly (we suggest "High" or "Ultra" for generating with[ Prototype](/creating-assets/prototype-assets.md))
* Increase the poly count to at least 30-50K for increased detail
* Upload more views/angles if you have them (all in the same pose)
* Avoid hyper-realistic characters or real humans (this will be dismissed)

## Suggested Inputs

If you intend to rig the character later, we advise passing the character on T or A pose ⬇️

<div align="center" data-full-width="true"><figure><img src="/files/rubUPNhwYnADTod4ey4R" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/J0R2Sfbx7psFPa0MH6fQ" alt="" width="188"><figcaption></figcaption></figure></div>

## Multiple Views

It is always suggested to upload multiple views as separate images. The more angles, the better.

<figure><img src="/files/1OabuBOBXiK6bwu6Ldyr" alt=""><figcaption><p>Turnaround with 3 views and additional details</p></figcaption></figure>

<figure><img src="/files/YCaYC9AT14NVtiZbmxLw" alt="" width="563"><figcaption></figcaption></figure>

### Inputs to Avoid

The input image should not illustrate the character in a complex pose ⬇️

<figure><img src="/files/wlcoXmdwAhZK5aTyOXLn" alt="" width="375"><figcaption></figcaption></figure>

The input image should not illustrate the character holding accessories like weapons ⬇️

<figure><img src="/files/8kht0db5fNoIGdNzVRPG" alt="" width="375"><figcaption></figcaption></figure>

The input image should not illustrate a human or hyper-realistic human  ⬇️

<figure><img src="/files/sNGshQnvt4rXsdfp4tui" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="danger" %}
Note: if your input gets dismissed with the reason "Too complex", it means that the level of quality is too low to capture all the detail. Try a higher Generation Quality to avoid dismissal.
{% endhint %}

{% hint style="info" %}
Realistic humans can be generated with the [Game-ready pipeline](/creating-assets/game-ready-assets.md).
{% endhint %}

## **Characters with Accessories and Armor**

Let's cover best practices to generate a "hero" asset that may be tagged as "multiple objects" when trying to generate on the web app.

<figure><img src="/files/FchcWpD3kQahoVwfLl3J" alt="" width="375"><figcaption></figcaption></figure>

First, you need to separate armor and weapons (when applicable). Then pass each object as its own request.&#x20;

This allows you to generate each accessory individually, avoiding the generation being dismissed for too many objects. For example:

<figure><img src="/files/HHzkWn2ZgJ1uhwaXAMLH" alt="" width="375"><figcaption></figcaption></figure>

Second, you need to generate the 3D model of your character which includes the hero's body, shape, and facial features.&#x20;

Once your character model and all separate armour/weapons have been generated, you can then download each asset in your preferred format and use a 3D modelling software (such as Blender) to assemble them.&#x20;

To combine the armor and weapons with the character model, you will need to use Blender’s tools for positioning, scaling, and rotating. This allows you to place each piece of armor and each weapon in the correct position relative to the character’s body.&#x20;

Once you have positioned all of the armor and weapons, you can use Blender to export the final hero asset as an FBX file. This file can then be imported into your game engine (or other media software) for use in your project.&#x20;

{% hint style="info" %}
We suggest using the [Game-ready pipeline](/creating-assets/game-ready-assets.md) to create complex hero assets that require a higher level of quality.
{% endhint %}

### Output Examples

Below, you can see the differences between the three generation qualities. Standard will create the basic shapes of your input image, and may exclude details. If your character has many accessories, please opt for High or Ultra.

<div><figure><img src="/files/K6JjZqnmfvmwi5QwzdWV" alt="" width="188"><figcaption><p>Input image</p></figcaption></figure> <figure><img src="/files/QLYvxAPqKxRLDfNGM53d" alt=""><figcaption><p>Standard / High / Ultra</p></figcaption></figure></div>

{% hint style="info" %}
For more examples, see[ Generation Examples](/welcome/get-started/generation-examples.md)
{% endhint %}


---

# 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://docs.kaedim3d.com/creating-assets/input-guidelines/input-image-examples/characters.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.
