# 全局设置

您可以使用全局设置来处理许多资源功能。

{% hint style="info" %}
需要将一个 "TextAnimatorSettings" 类型的 ScriptableObject 放在 Resources 文件夹中。导入插件时它应该会自动为您创建，如果找不到它，插件也应能自动修复！
{% endhint %}

主要选项包括：

* 用于启用或禁用动画类别的切换项 **全局地** （针对所有文本动画器）
* 设置不同的数据库以便自动识别用于
* 更改解析符号（例如使用 "\[]" 方括号而不是 "<>" 作为持久效果的符号）
* 设置在组件未设置选项时将使用的“后备”&#x20;

<figure><img src="/files/91e4cced05f495a215d7a93cb9494a4f8a54af1d" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/zi-ding-yi/quan-ju-she-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.
