> 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-ko/undefined-2/undefined.md).

# 통합 플러그인 및 대화 시스템

이 자산은 이미 다음 서드파티 대화 시스템 및 플러그인과 호환됩니다:

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>유니티용 Dialogue System</td><td><a href="/pages/5cbf759d959237a59496bfa4256307a1312425de">/pages/5cbf759d959237a59496bfa4256307a1312425de</a></td></tr><tr><td>Yarn Spinner</td><td><a href="/pages/2588b541b0acd5e3d7ca87278367696f824eda78">/pages/2588b541b0acd5e3d7ca87278367696f824eda78</a></td></tr><tr><td>Ink</td><td><a href="/pages/ae139e16fd2e789a48c9aeb1c143ff49b1149d48">/pages/ae139e16fd2e789a48c9aeb1c143ff49b1149d48</a></td></tr><tr><td>Game Creator 2</td><td><a href="/pages/d63f406e8e0715cd9471b90fb50c6f4bc4b4a59b">/pages/d63f406e8e0715cd9471b90fb50c6f4bc4b4a59b</a></td></tr><tr><td>Unity 로컬라이제이션 패키지</td><td><a href="/pages/19b9aaa97c09a468c1a41350780ba706be32cc1c">/pages/19b9aaa97c09a468c1a41350780ba706be32cc1c</a></td></tr><tr><td>Unity 비주얼 스크립팅</td><td><a href="/pages/23b1b8ce064c0f7a98f21722517dd42a35313b92">/pages/23b1b8ce064c0f7a98f21722517dd42a35313b92</a></td></tr><tr><td>Playmakerl</td><td><a href="/pages/3e63e7b60a5ec2856ef0a4ced4e4c92108c2f5d8">/pages/3e63e7b60a5ec2856ef0a4ced4e4c92108c2f5d8</a></td></tr><tr><td>Naninovel</td><td><a href="/pages/a69b479b4ab6288238fb74e3144fecec1c298749">/pages/a69b479b4ab6288238fb74e3144fecec1c298749</a></td></tr></tbody></table>

{% hint style="warning" %}
**기억하기**: 프로젝트에서 TextMeshPro를 활성화해야 합니다. \
자세한 내용은 여기를 읽어보세요: [요구 사항 및 제한사항](/text-animator-unity/2.x-ko/undefined-3/undefined-1.md).
{% endhint %}

### 간편 통합 <a href="#easy-integration" id="easy-integration"></a>

대부분의 자산은 *간편한 통합*을(를) 지원합니다. 이는 당신이 해야 할 일이 단순히 TMPro 옆에 두 개의 컴포넌트를 추가하는 것뿐이라는 뜻입니다(어쨌든 텍스트는 Text Animator를 통해 설정해야 하고, 물론 타자기 효과를 사용해야 합니다!). 그렇긴 하지만, 자세한 내용을 알기 위해 선호하는 자산의 페이지를 반드시 확인하세요!

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

{% hint style="danger" %}
텍스트에 추가된 보이지 않는 태그들

*간편 통합을 사용하는 경우, TextAnimator는 작동을 위해 텍스트 끝에 두 개의 보이지 않는 태그를 추가합니다. 걱정하지 마세요, 텍스트 배치/레이아웃은 변경되지 않으며 태그가 전혀 작성되지 않은 것처럼 작동합니다.*
{% endhint %}

***

{% hint style="info" %}
플러그인이 공식적으로 통합되지 않은 경우, 여기를 읽어보실 수 있습니다: [Text Animator 수동 통합 방법](/text-animator-unity/2.x-ko/undefined-2/text-animator.md)
{% endhint %}


---

# 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:

```
GET https://docs.febucci.com/text-animator-unity/2.x-ko/undefined-2/undefined.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.
