# 如何编辑效果

您可以通过在项目窗口中单击其可脚本化对象来编辑任何效果。您将在编辑模式中（从 Unity 6.3 开始，其他版本将尽快支持）看到实时预览，显示效果如何应用于字母的不同阶段（出现、消失和持续）。

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXuXUTa2X5PYuYL6yRvl1%2Fuploads%2FfTRHNzASaXwPAB8wzSE4%2FClipboard-20251116-161738-126.mp4?alt=media&token=8038e88b-b52f-4387-ae9e-2089b0c875d7>" %}

您也可以通过富文本标签来修改效果，使用 [修饰符](/text-animator-unity/3.x-zh/xiao-guo/ru-he-bian-ji-xiao-guo/xiu-shi-fu.md) （例如， **\<wave s=2>** 使其速度加倍）。

***

{% columns %}
{% column %}
重要的是您始终设置 **标签 ID**，否则该效果在数据库中将无法识别！

在检查器中您还会找到附加参数，可用于进一步修改效果，例如：

* **烘焙曲线**：请保持开启！它会优化您的效果，尤其是在关键环境下（如果您有大量字母并且叠加了许多效果）。
* **覆盖** [全局设置](/text-animator-unity/3.x-zh/zi-ding-yi/quan-ju-she-zhi.md) 使用自定义 [曲线](/text-animator-unity/3.x-zh/xiao-guo/ru-he-bian-ji-xiao-guo/qu-xian.md)  或  [播放](/text-animator-unity/3.x-zh/xiao-guo/ru-he-bian-ji-xiao-guo/bo-fang.md) 而非默认

{% hint style="info" %}
同步持续时间仍在开发中！请告诉我们您的反馈！
{% endhint %}
{% endcolumn %}

{% column %}

<figure><img src="/files/0b723871304d47308bed6fe1b837fd8b4e96995a" alt="" width="375"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}


---

# 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/xiao-guo/ru-he-bian-ji-xiao-guo.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.
