> 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/integrations/integrated-plugins-and-dialogues-systems/yarn-spinner.md).

# Yarn Spinner

Yarn Spinner는 다음과 같은 대화를 작성할 수 있게 해주는 강력한 도구입니다:

```
-> 무슨 일이야? <<once>>
    경비병: 왕국이 포위당했습니다!
-> 내 말을 어디에 세우지? <<once if $has_horse>>
    경비병: 선술집 쪽에 있어요.
-> 오늘 날씨 참 좋네요!
    경비병: 어, 그렇군요.
-> 가봐야겠다.
    경비병: 그러세요.
```

또한 시각적 디버거가 있으며, Unity에서 직접 작동하고 많은 다른 훌륭한 기능들이 있습니다.&#x20;

{% embed url="<https://www.yarnspinner.dev/>" %}

***

### 통합 단계

Yarn Spinner 3를 통합하려면 Text Animator의 Typewriter 컴포넌트를 이 통합을 위해 특별히 제작된 것과 교체해야 합니다.

{% hint style="success" %}
다음과 같은 동안에도 모든 Text Animator 기능(타자기 대기 시간 등 포함)을 사용할 수 있습니다 ***또한*** 임의의 대기와 Yarn Spinner의 다른 특정 기능들을 가질 수 있습니다.
{% endhint %}

자세한 내용은 여기를 읽어보세요:

{% embed url="<https://docs.yarnspinner.dev/3.1/yarn-spinner-for-unity/unity-add-ons/text-animator>" %}

***

{% hint style="warning" %}
만약 이전 버전의 Yarn Spinner를 사용 중이라면, 통합 방식에 대해서는 그들의 문서를 참조하세요! (Yarn Spinner는 TAnim 2.X와 3.X 모두를 지원합니다, 야호!)
{% 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, and the optional `goal` query parameter:

```
GET https://docs.febucci.com/text-animator-unity/3.x-ko/integrations/integrated-plugins-and-dialogues-systems/yarn-spinner.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.
