# 要求与限制

文本动画器是一个非常强大的工具，只有很少的要求和限制。 **购买前请在此阅读它们。**

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

{% hint style="warning" %}
要工作，“适用于 Unity 的文本动画器”需要以下内容：

* **TextMeshPro 包**，可在 **免费** 的 Unity 中获得。
* **Unity 2020.3.0f1 或更高版本**.
  {% endhint %}

{% hint style="success" %}
文本动画器也已在 Unity 6 上验证。
{% endhint %}

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

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

{% hint style="info" %}
事先在此了解哪些第三方资源已被集成： [集成的插件与对话系统](/text-animator-unity/2.x-zh/ji-cheng/ji-cheng-de-cha-jian-yu-dui-hua-xi-tong.md)
{% endhint %}

{% hint style="warning" %}
如果您的插件不在列表中，您可以在此了解如何手动集成外部插件： [如何手动集成 Text Animator](/text-animator-unity/2.x-zh/ji-cheng/ru-he-shou-dong-ji-cheng-text-animator.md)
{% endhint %}

***

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

这是该资源目前不能 *（当前）* 实现的内容。

<details>

<summary>“删除线/横条”不进行动画（出于选择）</summary>

文本中的“横条”（`删除线` **以及** `下划线`）出于选择不会被动画化。

（这是动画横条的外观。由于它们并不太好看，因此选择将它们保持静态。）

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

</details>

<details>

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

如已知（如 TMPro），如果您卸载此包，必须手动从对话中移除该插件的所有标签。

👍🏻 如果您因此而担心 *出于任何原因，* **您可以将插件设置为仅使用“回退效果”** （这些效果被应用 **到整个文本** 无需任何标签），如果您移除插件一切将保持不变。耶！

</details>

<details>

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

您不能在中途擦除或替换 *文本的* 部分。

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

✔️ 您可以在中途擦除/更改/替换 **整个** 文本，和/或隐藏文本的特定部分。

</details>

<details>

<summary>UI Toolkit 尚不支持</summary>

我们在等待 Unity 提供一些 API，然后开始对 UI Toolkit 进行测试。在此之前……我们确实无能为力！但我们会持续向您更新 <3

</details>

***

{% hint style="info" %}
另请阅读 [常见问题](/text-animator-unity/2.x-zh/qi-ta/chang-jian-wen-ti.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/qi-ta/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.
