# 集成的插件与对话系统

此资源已与以下第三方对话系统和插件兼容：

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>适用于 Unity 的对话系统</td><td><a href="/pages/6183e4d448d7d46f0dffc2c3dfbad6c8b40481ed">/pages/6183e4d448d7d46f0dffc2c3dfbad6c8b40481ed</a></td></tr><tr><td>Yarn Spinner</td><td><a href="/pages/231c758dcef7140ebe5d1784546bb54b2983a034">/pages/231c758dcef7140ebe5d1784546bb54b2983a034</a></td></tr><tr><td>Ink</td><td><a href="/pages/529c27b3226d290f5476560186f60499c4f2d805">/pages/529c27b3226d290f5476560186f60499c4f2d805</a></td></tr><tr><td>Game Creator 2</td><td><a href="/pages/bb6bac428365da8f22069e9aaeae147d9b831c3d">/pages/bb6bac428365da8f22069e9aaeae147d9b831c3d</a></td></tr><tr><td>Unity 本地化包</td><td><a href="/pages/eca39cb4460c00c651e7a0f73af8cefe90f97d6a">/pages/eca39cb4460c00c651e7a0f73af8cefe90f97d6a</a></td></tr><tr><td>Unity 可视化脚本</td><td><a href="/pages/3949a73f819fc658f6cb17d9e25f2bafd6830bf3">/pages/3949a73f819fc658f6cb17d9e25f2bafd6830bf3</a></td></tr><tr><td>Playmakerl</td><td><a href="/pages/08666129b3bd49b1258ff8d88568c4c2d4a110d7">/pages/08666129b3bd49b1258ff8d88568c4c2d4a110d7</a></td></tr><tr><td>Naninovel</td><td><a href="/pages/4f187bea1db0cf10bc64b317f6874de62b8285ca">/pages/4f187bea1db0cf10bc64b317f6874de62b8285ca</a></td></tr></tbody></table>

{% hint style="warning" %}
**Remember**：您必须在项目中启用 TextMeshPro。\
在此阅读更多信息： [要求与限制](/text-animator-unity/2.x-zh/qi-ta/yao-qiu-yu-xian-zhi.md).
{% endhint %}

### 轻松集成 <a href="#easy-integration" id="easy-integration"></a>

大多数资源可通过 *轻松集成*，这意味着您需要做的只是在 TMPro 组件旁添加两个组件（无论如何您都需要通过 Text Animator 设置文本，并且当然要使用其打字机效果！）。也就是说，请务必查看您偏好的资源页面以获取更多信息！

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

{% hint style="danger" %}
附加到文本的不可见标签

*如果您使用轻松集成，TextAnimator 会在您的文本后追加两个不可见标签以便工作。别担心，文本的放置/布局不会改变，表现得就像这些标签根本未被编写一样。*
{% endhint %}

***

{% hint style="info" %}
如果您的插件未被官方集成，您可以在此阅读： [如何手动集成 Text Animator](/text-animator-unity/2.x-zh/ji-cheng/ru-he-shou-dong-ji-cheng-text-animator.md)
{% 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://docs.febucci.com/text-animator-unity/2.x-zh/ji-cheng/ji-cheng-de-cha-jian-yu-dui-hua-xi-tong.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.
