> For the complete documentation index, see [llms.txt](https://docs.febucci.com/text-animator-godot/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-godot/other/requirements-and-limitations.md).

# Requirements & Limitations

Text Animator is a very powerful tool, but with a few requirements and limitations. **Please read them here before purchasing.**

## Requirements <a href="#requirements" id="requirements"></a>

{% hint style="warning" %}
In order to work, “Text Animator for Godot” needs the following:

* **Godot .NET version 4.X or above.**
  {% endhint %}

## Limitations

This is what the asset cannot *(currently)* achieve.

<details>

<summary>"Bars" are not animated (by choice)</summary>

“Bars” in texts (`strikethroughs` **and** `underlines`) are not animated by choice.

(Here is how animated bars look like. Since they’re not that good-looking, it’s been chosen to keep them static.)

<figure><img src="/files/kZFbM3ZYIpMGuQ5HUxKv" alt="" width="300"><figcaption></figcaption></figure>

</details>

<details>

<summary>Removing tags when uninstalling the package</summary>

As known, if you uninstall this package you must remove all this plugin’s tags manually from your dialogues.

👍🏻 If you’re worried about this *for any reason,* **you could set the plugin to use ‘fallback effects’** only (which are applied **to the entirety of the text** without requiring any tag) and everything will be left untouched in case you remove the plugin. Yay!

</details>

<details>

<summary>Using [br]</summary>

You can’t erase or replace *parts* of the text midtime.

❌ Some tags (e.g.  `[br]` for newline) are currently not supported

❌ Backspaces (e.g. , `\b` ) are currently not supported

✔️ You can erase/change/replace the **entire** text midtime, and/or hide specific parts of the text.

</details>


---

# 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-godot/other/requirements-and-limitations.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.
