> 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/requirements-and-limitations.md).

# 요구 사항 및 제한 사항

Text Animator는 요구 사항과 제한이 매우 적은 매우 강력한 도구입니다. **구매하기 전에 여기에서 꼭 읽어보세요!**

* [#requirements](#requirements "mention")
* [#limitations](#limitations "mention")

다음 항목도 관심이 있으실 수 있습니다:

* [#integrating-third-party-dialogue-systems-and-plugins](#integrating-third-party-dialogue-systems-and-plugins "mention")
* [#frequently-asked-questions](#frequently-asked-questions "mention")
* [#known-issues](#known-issues "mention")

***

## 요구 사항 <a href="#requirements" id="requirements"></a>

***

## 통합 <a href="#integrating-third-party-dialogue-systems-and-plugins" id="integrating-third-party-dialogue-systems-and-plugins"></a>

타사 대화 시스템 및 플러그인 통합:

{% hint style="warning" %}
앞으로 몇 주 안에 모든 타사 통합을 이식할 예정입니다! 자세히 알아보기 [통합 플러그인 및 대화 시스템](/text-animator-unity/3.x-ko/integrations/integrated-plugins-and-dialogues-systems.md)
{% endhint %}

***

## 제한 사항 <a href="#limitations" id="limitations"></a>

이 에셋이 할 수 없는 것 *(현재)* 입니다.

<details>

<summary>"Bars"는 애니메이션되지 않습니다(의도적으로)</summary>

텍스트의 “Bars” (`취소선` **및** `밑줄`)는 의도적으로 애니메이션되지 않습니다.

(애니메이션된 Bars가 어떻게 보이는지 여기에서 확인할 수 있습니다. 그다지 보기 좋지 않아서 정적으로 유지하기로 했습니다.)

<img src="/files/55a0ed7f3385e87920a4e4523633ae088050d03b" alt="" data-size="original">

</details>

<details>

<summary>패키지 제거 시 태그 삭제</summary>

알려진 바와 같이(TMPro처럼), 이 패키지를 제거하면 대화문에서 이 플러그인의 모든 태그를 수동으로 삭제해야 합니다.

👍🏻 이것이 걱정되신다면 *어떤 이유로든,* **플러그인이 ‘대체 효과’를 사용하도록 설정할 수 있습니다** 만 (이는 적용되는 **텍스트 전체에** 태그 없이 적용되며), 플러그인을 제거해도 모든 내용이 그대로 유지됩니다. 야호!

</details>

<details>

<summary>\r 및 \b 사용</summary>

지우거나 바꿀 수 없습니다 *부분* 을 중간 시점에.

❌ 백스페이스(예: , `\b` )는 현재 지원되지 않습니다

✔️ 지우기/변경/바꾸기를 할 수 있습니다 **전체** 텍스트를 중간 시점에, 그리고/또는 텍스트의 특정 부분을 숨길 수 있습니다.

</details>

***

## 자주 묻는 질문

{% hint style="info" %}
또한 다음도 읽어보세요: [자주 묻는 질문](/text-animator-unity/3.x-ko/welcome/faq.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/3.x-ko/welcome/requirements-and-limitations.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.
