# 요구 사항 및 제한 사항

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" %}
향후 몇 주 내에 모든 타사 통합을 포팅하고 있습니다! 자세한 내용은 여기를 읽으세요 [integrated-plugins-and-dialogues-systems](https://docs.febucci.com/text-animator-unity/3.x-ko/integrations/integrated-plugins-and-dialogues-systems "mention")
{% endhint %}

***

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

이 에셋이 할 수 없는 것들 *(현재)* 달성합니다.

<details>

<summary>"바(줄)"은 애니메이션 되지 않습니다(선택 사항)</summary>

텍스트의 “바(줄)” (`취소선` **및** `밑줄`)은 선택에 의해 애니메이션되지 않습니다.

(애니메이션된 바가 어떻게 보이는지 예시입니다. 보기 좋지 않아 정적으로 유지하기로 결정했습니다.)

<img src="https://content.gitbook.com/content/XuXUTa2X5PYuYL6yRvl1/blobs/j1zQb4UQUOp9BRiaMwTh/barsnotanimated.gif" alt="" data-size="original">

</details>

<details>

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

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

👍🏻 이 점이 걱정된다면 *어떤 이유로든,* **플러그인을 ‘대체 효과(fallback effects)’만 사용하도록 설정할 수 있습니다** 만(적용되는 **텍스트 전체에** 태그가 필요하지 않으며) 플러그인을 제거할 경우 모든 것이 손대지 않은 채로 남아 있습니다. 야호!

</details>

<details>

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

중간에 텍스트의 *일부* 를 지우거나 교체할 수 없습니다.

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

✔️ 텍스트의 **전체** 를 중간에 지우거나/변경하거나/교체하고, 특정 부분을 숨길 수 있습니다.

</details>

***

## 자주 묻는 질문

{% hint style="info" %}
일반적인 문제와 해결 방법은 [faq](https://docs.febucci.com/text-animator-unity/3.x-ko/welcome/faq "mention")도 함께 읽어보세요. 감사합니다!
{% endhint %}

***

## 알려진 문제점


---

# 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/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.
