> For the complete documentation index, see [llms.txt](https://docs.existent.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.existent.com/documentation/v0.0.2/guides/customising-player-avatar/animation-blueprint.md).

# Animation Blueprint

Create an animation blueprint based on the skeleton of choice and inherit from ExistentPlayerAnimInstance.

<figure><img src="https://lh7-us.googleusercontent.com/8bsE-H18Y-EIyHJZZy9-IrWxa-DkQ5FCj2gsskg21w2C1LYv3lsWuJgsDu1uJ8XtXKvVqHMltk3yM_ZKMTWZv65khH4i-z4DLs0dgh8e8BdbKKZ2iO1W0MPpCsyRLWN_XKiljO4AWcsG7Y9vKi__7A" alt=""><figcaption></figcaption></figure>

Start by recreating the following anim graph.

<figure><img src="https://lh7-us.googleusercontent.com/9xAbUFuxlva-TptMk3O_rr9ymUHrj9zQasJ1UbbMvEd-Eq_Y3KHQxahTOvXJaafOA3lSsugvCg0FrTRRqS16KjNWH8ZTo_j680e3OphTHL5kXrsxo498wCJinEcNMHzisDiUmNLFNXcpPNffOu7vvw" alt=""><figcaption></figcaption></figure>

Based on the type of tracking being used the setup in the animation blueprint will change. In this case the animation blueprint will drive fully-body using a 5 point tracking system.

Add a root node and set the body driver to Feet & Camera.

<figure><img src="https://lh7-us.googleusercontent.com/RlmVyRh32C8SNBw7AztSGTFh_f3q2fkmVusbj7AokNKSdPV-mKo-mSGBT_VEvT49_HCQ9JHDTeHe2zeCkXeY2KNUdELpjR9xptjptSaOpOcCTEEUoDSAqc40-wpHPnBnms2CImhHOePqIh6K0OnJxw" alt=""><figcaption></figcaption></figure>

Add a head, arms, legs and two hand nodes.

<figure><img src="https://lh7-us.googleusercontent.com/esjtZHu0MI45MvD_okLZZZYtl4T6ptqdP_33FailaWISRzmnrvhvloRz0_sYOsXQGLbYQVDDD51AfUSkj6eluHlB6QtisH0R18dvawEoCWfF9-UWM82N2MGLU1HHFH6giinCn4XsS6IOsRcv7Rvcmg" alt=""><figcaption></figcaption></figure>

Select the hand solver nodes and clear all the anim sequences specified under the poses category if the skeleton of the anim sequences is not compatible.

<figure><img src="https://lh7-us.googleusercontent.com/QSQupfuWq2N6u2jtkZfHqRAtVo6K9gn3VjgCN7iaQOm9X-yTILzUDb7kiqL4XhZvyVhxNRzxjp3BEC0-U3WSdWNl5kdbvAYIWrH1kpM0lVuEJfs9zefWy0pR5PzLYrCWA4Oh-8rJv2eGOvagwsC3gQ" alt=""><figcaption></figcaption></figure>

Create and assign the anim sequences to the properties. Here is an example of what the poses may look like.

<figure><img src="https://lh7-us.googleusercontent.com/b6-4BpfXfe1Ln8zZWvMjfArzMVUGQ8PBe9Ork71SqpMuASZ84qDc1cDnTUppPAxYxU0XiQC2dKAaeQInyl7UK70GoCDeU-iaGlxnYPxXxHEy6Y02GpWnQj1cw_MGSEHW_RDzaXfZ2a9rbQdkrCcBrw" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/MLRZQuevrydqCLQRufyZknj_mSGL-QaM3_2VEb6sbb-gsUtV-9stXs_LVa1R5F0sCqnMZb2DERcxPenQu6xN__DyOA7KOucl4k_rMMFD4ymkXUvEMpUQmv-WuLuJmeeWhOMQPrZK8V__TxF2SxLxKQ" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/mAJh0W5zSPKZFOinxqhARt7QCwa2wgWhd8stVWebKFCcmBBka4dUB_yX0JOhUNY1CYPxVtzPSSms2neTDQ1_ro4mbFSddOoEpT0V87dFPeWiT0E70w2-Hdl_GkOUfTiVOWN4iaSdD89ShQv8SyZdTg" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/fPA8b6rQAZSKkfFhwH_bMPE37Faw2rRNUB9zroygJlpzZzYvRlXSxYj5FeH3TYKPiB6sJWig2MFb1ItTFX7DocCTpD8_1zwilc4viCcLj5kTgIWl2tiDKPGhP6-kSKicj9xSQeRnWm39MKd9kJgSog" alt=""><figcaption></figcaption></figure>


---

# 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://docs.existent.com/documentation/v0.0.2/guides/customising-player-avatar/animation-blueprint.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.
