# Introduction

## What is animation warping?

Animation or motion warping is used to procedurally align your character with targets in world space. In games, it's very often used for climbing, vaulting, melee combat and even vehicles.

The main goal of warping is simple: re-use character animation for different obstacles, enemy positions, etc.&#x20;

{% hint style="info" %}
**Example:** let's say you have a climbing animation, that was made for a <mark style="color:green;">one</mark> meter high object. Obviously, this animation will not work with a <mark style="color:red;">two</mark> meter high obstacle. Motion Warping plugin makes it possible, by procedurally adjusting your character animation.
{% endhint %}

{% hint style="success" %}
**Tip:** thanks to this technology, you can save hundreds of animation clips, by applying the same motion for different gameplay scenarios.
{% endhint %}

In the next section, you will learn in detail of how our Motion Warping plugin works.


---

# 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://kinemation.gitbook.io/motion-warping-for-unity/concept/introduction.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.
