> 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/2.x-zh/xiao-guo/wei-ni-de-wen-ben-tian-jia-xiao-guo/shu-ju-ku.md).

# 数据库

效果存储在数据库中（例如“Behaviors”、“Appearances”、“Disappearances”），这些数据库本身也是 ScriptableObject。

你可以按照自己的喜好向任何数据库添加或移除效果，也可以让多个 TextAnimator 共享相同的数据库。默认情况下，所有 TextAnimator 将共享设置文件中的“Default”数据库。

你可以通过在 Project 视图中右键 -> Create -> Text Animator 来创建新效果，然后选择要添加的类别和效果。

<img src="/files/6e327fd50105e1ce40199c61fdddc70d6e055db6" alt="textanimator unity 创建 效果 scriptable" width="600">

由于你也可以在每个 ScriptableObject 中编辑效果标签，你可以为不同用途创建不同的效果，例如在对话需要传达“寒冷”时使用的特定“抖动”效果，和在需要传达“恐惧”时使用的另一个。


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.febucci.com/text-animator-unity/2.x-zh/xiao-guo/wei-ni-de-wen-ben-tian-jia-xiao-guo/shu-ju-ku.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
