# Animated materials

Vectary Studio supports importing animated files such as **Lottie**, **GIF**, or **MP4** for versatile uses within your scenes. These animations can function as **textures**, **decals**, **UI elements**, or **interactive hotspots**.

### Importing animated files as textures

* Open a material property that supports texture import
* Select the **Animation** option
* Upload your animated file (Lottie, GIF, or MP4)

<div align="left"><figure><img src="/files/QXz9rsqVhsG1Dqz5eZjC" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="success" %}

#### **Video with audio**

When a video file containing an audio track is uploaded, a slider appears in the texture settings to control the audio volume.

![](/files/5edKedPlb1rKFwq17iNg)
{% endhint %}

### Importing animated files as separate objects

* Drag an animated file directly onto the canvas
* This imports a file as a textured plane
* The textured plane can then be positioned, resized, or applied onto any 3D object as a decal or sticker ([Decals](/documentation/design-process/decals.md))

{% hint style="success" %}
Switch to **Preview** mode to see how the animation or video functions
{% endhint %}

### Tutorials

{% embed url="<https://www.youtube.com/watch?v=FOtyQrlSuwU>" %}


---

# 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://help.vectary.com/documentation/design-process/animated-materials.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.
