Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie authored Aug 16, 2024
1 parent 3a2ad8a commit 0d34691
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0d34691

Please sign in to comment.