# VFX Assets

**Overview**

{% hint style="info" %}
This documentation is designed as a **unified reference across most SF Studio Particle System based VFX assets**. Core elements such as setup, demo scene controls, and prefab structure remain consistent between packages, allowing for a predictable workflow and fast onboarding.

Visual examples may vary depending on the specific asset. For instance, some projectile packages include meshes, while others are intentionally meshless to support better mobile performance and simpler optimization. Different VFX categories may also ship with different supporting modules. A projectile system might be present in one package, while another asset includes a more specialized module tailored to its purpose. <br>

Modules evolve over time. Newer assets may introduce additional features or extend existing systems. Not every package includes the full module set, so always refer to the included components of your specific asset.
{% endhint %}


---

# 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://sf-studio.gitbook.io/unity-assets/vfx-assets/vfx-assets.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.
