# 要求与限制

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-de-cha-jian-yu-dui-hua-xi-tong.md)
{% endhint %}

***

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

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

<details>

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

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

（这是动画化横线的样子。由于它们看起来不是很好，因此选择将它们保持静态。）

<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: 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.
