# 전역 설정

자산 기능의 많은 부분을 처리하기 위해 전역 설정을 사용할 수 있습니다.

{% hint style="info" %}
"TextAnimatorSettings" ScriptableObject는 Resources 폴더에 배치되어야 합니다. 플러그인은 가져올 때 자동으로 이를 처리해야 하며, 찾지 못하면 자동으로 수정해야 합니다!
{% endhint %}

주요 옵션은 다음과 같습니다:

* 애니메이션 범주를 활성화하거나 비활성화하는 토글 **전역적으로** (모든 텍스트 애니메이터에 대해)
* 자동으로 인식될 다른 데이터베이스를 설정
* 구문 분석 기호를 변경(예: 지속 효과에 대해 "<>" 대신 "\[]" 대괄호 사용)
* 구성 요소에 옵션이 설정되지 않은 경우 사용할 "폴백"을 설정&#x20;

<figure><img src="/files/cf93c4a8523c7521eb9c4ec3c37132f4337cdb8a" 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-ko/customization/global-settings.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.
