diff --git a/documentation/faq.md b/documentation/faq.md index f941bb240..422055acf 100644 --- a/documentation/faq.md +++ b/documentation/faq.md @@ -76,7 +76,9 @@ This can have many reasons, but a few common ones are: If loading time itself is an issue you can **try to split up your content into multiple glb files** and load them on-demand (this is what we do on our website). For it to work you can put your content into Prefabs or Scenes and reference them from any of your scripts. Please have a look at [Scripting/Addressables in the documentation](./scripting.md#assetreference-and-addressables). +## My UI is not rendering Text +- For Unity: Make sure that you use the `UI/Legacy/Text` component and **not** the `TextMeshPro - Text` component ## My scripts don't work after export