> 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/3.x-ko/welcome/unity-text-animator.md).

# Unity용 Text Animator

**환영합니다** 문서에 오신 것을 **Text Animator for Unity 3.X**! 텍스트에 애니메이션을 적용하고 플러그인에 익숙해지실 것을 기대합니다.

<figure><img src="/files/fefe631a9f7dd63f80d2028e1bbeef1235491e7e" alt=""><figcaption></figcaption></figure>

우리는 가능한 한 짧고 간결하면서도 필요할 때 도움을 줄 수 있는 문서를 작성하고 있습니다. **가장 먼저 그리고 가장 중요한 페이지를 반드시 읽어보세요**! 지금 몇 분이면 되지만 이후에 *많은 시간* 을 절약해줄 것입니다.

유용한 링크:

<p align="center"><a href="https://www.textanimatorforgames.com/unity#pricing" class="button primary">구매</a>  <a href="https://www.textanimatorforgames.com/unity" class="button secondary">웹사이트</a></p>

#### 알아두면 좋은 것들

* <mark style="color:기본;background-color:purple;">이 문서는 여러 언어로 제공됩니다</mark>: 영어, 중국어, 한국어, 일본어.
* 다음을 통해 <mark style="color:기본;background-color:orange;">이 문서의 다양한 버전과 언어를 찾아볼 수 있습니다</mark> 이 페이지 상단에서.
* <mark style="color:기본;background-color:yellow;">Text Animator는 다른 엔진에서도 제공됩니다</mark>. [여기에서 자세히 알아보기](https://www.textanimatorforgames.com/).

언제든 도움이 필요하면 [문제 해결 페이지를 방문하세요](/text-animator-unity/3.x-ko/other/troubleshooting.md) (일반적인 문제와 해결 방법) 또는 지원 페이지에 방문해 주세요!&#x20;

{% embed url="<https://www.textanimatorforgames.com/support>" %}

#### 요구 사항

구매 또는 임포트 전에 반드시 [요구 사항 및 제한 사항](/text-animator-unity/3.x-ko/welcome/requirements-and-limitations.md) 페이지를 방문해 주세요. 또한 많은 [자주 묻는 질문을 여기에서 답변해 두었습니다](/text-animator-unity/3.x-ko/welcome/faq.md) 감사합니다!

***

**즐겁게 사용하세요** 그리고 우리의 [디스코드 ](https://discord.com/invite/j4pySDa5rU)에 가입하여 대화에 참여하고 당신이 만든 것을 보여주는 것을 잊지 마세요!


---

# 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/3.x-ko/welcome/unity-text-animator.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.
