# Troubleshooting

<details>

<summary>When I set the text, I see the previous one for one frame before showing the new one</summary>

This is probably due to the text being set to TMPro/UITK, and not Text Animator directly.&#x20;

**Solution**: Please have a look at the [setting-up-texts](https://docs.febucci.com/text-animator-unity/effects/setting-up-texts "mention") page for best practices and [show-and-hide-letters-dynamically](https://docs.febucci.com/text-animator-unity/typewriter/show-and-hide-letters-dynamically "mention")!

**Workaround**: If the issue still persists, make sure that you clear text (e.g. on disable) before showing the new one.

</details>

<details>

<summary>I upgraded Unity version (2022.3->Unity 6.3) and there are some errors with Text Animator</summary>

There might be some errors if you upgrade version between Unity 2022.3 and Unity 6.3, on the same project, and with Text Animator still inside. We actually have different versions of the package for different versions of Unity, so you need to switch the Text Animator version as well.

**Solution**: Simply remove the package (not the effects/data! only the scripts) and then import it again from the Package Manager.

</details>

<details>

<summary>I updated the asset from 2.X to 3.X and there are some errors</summary>

Yes! Unfortunately that was expected (as we also wrote in the blog post, announcement and made a Major Upgrade in the asset store).

**Solution** (kinda): since version 3.0 brings some important changes, we do recommend that you stay at version 2.X for this project and switch to Text Animator 3.0 only on a new one. If you have written custom integrations/scripts on top, please have a look at the [upgrading-from-2.x-to-3.x](https://docs.febucci.com/text-animator-unity/other/changelog/upgrading-from-2.x-to-3.x "mention") for it!

</details>

<details>

<summary>The typewriter shows the entire text instantly</summary>

**Solution**: Make sure to assign the timings scriptable object from the inspector/UI Builder! [show-and-hide-letters-dynamically](https://docs.febucci.com/text-animator-unity/typewriter/show-and-hide-letters-dynamically "mention")

</details>

### Common Errors

<details>

<summary>NullReferenceException: Object reference not set to an instance of an object TMPro.TMP_Settings.get_defaultStyleSheet</summary>

Make sure you have imported TextMeshPro correctly and initialized the "essentials". Read more here [setting-up-texts](https://docs.febucci.com/text-animator-unity/effects/setting-up-texts "mention")

</details>

### Warnings

<details>

<summary>Camera Main Camera does not contain an additional camera data component. Open the Game Object in the inspector to add additional camera data.</summary>

This happens during example scenes if you have URP installed or similar, but the example scene doesn't. It's not an issue! Follow the warning instruction to add additional data, but the asset will work anyways!

</details>

### Known Issues

**We are working on a fix and will update the asset as soon as possible anyways**!

{% hint style="warning" %}
Please note that we do not officially support Unity Alpha and Beta versions! We have no way to know if Unity changed APIs etc. *the day* they published the new alpha or beta, so we use these versions to test and make sure the asset works on release/production versions. Thanks!
{% endhint %}

If you have any other issue, please feel free to contact us here! We'll fix it ASAP:

{% embed url="<https://www.textanimatorforgames.com/support>" %}
