# VFX

**enable&#x20;*****Read/Write*****&#x20;on your character’s mesh and click apply, as shown in the screenshot. I believe this is the issue.**

<figure><img src="/files/QKT1JkfnkV9i9nZ151JN" alt=""><figcaption></figcaption></figure>

**Drag one of the VFX Dash Controller script from the Scripts/VFX Dashes folder onto your character.**

<figure><img src="/files/ATqX8CW6EOSPHc044h5c" alt=""><figcaption></figcaption></figure>

**Create a GameObject and attach the VFXEffect script from the Scripts/Effects/ folder to it.**

<figure><img src="/files/0MYzZjledrqXs2TalBxN" alt=""><figcaption></figcaption></figure>

**Add a VFX Graph to the GameObject (demo effects are in the Effects/Visual Effects/ folder).**

**Create a Property Binder and assign your character to it.**

<figure><img src="/files/9OgZmGMN7RcOzdwIBR5p" alt=""><figcaption></figcaption></figure>

**Assign the SkinnedMeshRenderer if required.**

<figure><img src="/files/D3lT25cUM5QGCHmtcB6R" alt=""><figcaption></figcaption></figure>

**Assign your GameObject in the VFX Dash Controller component.**

<figure><img src="/files/00PdRH8QZpdEhUFDbLx1" alt=""><figcaption></figcaption></figure>


---

# 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://tvitchi-vfx.gitbook.io/stylized-dash-and-trail-fx/how-to-use/vfx.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.
