> For the complete documentation index, see [llms.txt](https://docs.febucci.com/text-animator-unity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.febucci.com/text-animator-unity/3.x-zh/huan-ying/yao-qiu-yu-xian-zhi.md).

# 要求与限制

Text Animator 是一款非常强大的工具，几乎没有什么要求和限制。 **购买前请先在这里阅读！**

* [#requirements](#requirements "mention")
* [#limitations](#limitations "mention")

你也可能对以下内容感兴趣：

* [#integrating-third-party-dialogue-systems-and-plugins](#integrating-third-party-dialogue-systems-and-plugins "mention")
* [#frequently-asked-questions](#frequently-asked-questions "mention")
* [#known-issues](#known-issues "mention")

***

## 要求 <a href="#requirements" id="requirements"></a>

***

## 集成 <a href="#integrating-third-party-dialogue-systems-and-plugins" id="integrating-third-party-dialogue-systems-and-plugins"></a>

集成第三方对话系统和插件：

{% hint style="warning" %}
我们将在接下来的几周内移植所有第三方集成！在这里了解更多 [集成插件与对话系统](/text-animator-unity/3.x-zh/ji-cheng/ji-cheng-cha-jian-yu-dui-hua-xi-tong.md)
{% endhint %}

***

## 限制 <a href="#limitations" id="limitations"></a>

这是该资源无法 *（当前）* 实现。

<details>

<summary>“Bars” 不会被动画化（出于设计选择）</summary>

文本中的“Bars”（`删除线` **和** `下划线`）不会被动画化（出于设计选择）。

（这就是动画化 Bars 的效果。由于它们看起来不太美观，因此选择将它们保持静态。）

<img src="/files/2591f1b8f7face4ad66405544508f662b4e106a3" alt="" data-size="original">

</details>

<details>

<summary>卸载该包时移除标签</summary>

众所周知（就像 TMPro 一样），如果你卸载此包，就必须从对话中手动移除此插件的所有标签。

👍🏻 如果你对此感到担心 *无论出于什么原因，* **你可以将插件设置为使用“回退效果”** 仅此（它们会应用于 **整段文本** 而无需任何标签），这样一来，即使你移除插件，所有内容也会保持不变。耶！

</details>

<details>

<summary>使用 \r 和 \b</summary>

你无法擦除或替换 *部分* 文本播放过程中的内容。

❌ 退格（例如， `\b` ）目前不支持

✔️ 你可以擦除/更改/替换 **整个** 文本播放过程中的内容，并/或隐藏文本的特定部分。

</details>

***

## 常见问题

{% hint style="info" %}
也请阅读 [常见问题](/text-animator-unity/3.x-zh/huan-ying/faq.md) 以了解常见问题及其解决方法。谢谢！
{% endhint %}

***

## 已知问题


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/3.x-zh/huan-ying/yao-qiu-yu-xian-zhi.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.
