From 0d34691e9e59de2e93e82ff1e2878eb275eb0554 Mon Sep 17 00:00:00 2001 From: Marcel Wiessler Date: Fri, 16 Aug 2024 10:10:04 +0200 Subject: [PATCH] Update faq.md --- documentation/faq.md | 2 ++ 1 file changed, 2 insertions(+) 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