> For the complete documentation index, see [llms.txt](https://espergames.gitbook.io/animatables/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://espergames.gitbook.io/animatables/scripting-basics/creating-animations.md).

# Creating Animations

{% hint style="warning" %}
The [Animation Manager](/animatables/getting-started/components/animation-manager.md) component must be in a scene even when scripting animations.
{% endhint %}

While it is possible to create animations without scripting, you can do so with scripting as well.

Remember to use the `Esper.Animatables` namespace when scripting with Animatables.

```csharp
using Esper.Animatables;
```
