Unity UI text not displayed?

Why is the text displayed on the stage but not in the game?

enter image description here

2

1 Answer

To me this looks like a Canvas issue:

  1. Make sure the canvas scale dynamically, "Scale with Screen Size"
  2. Check Reference Resolution
  3. Make sure the Text Anchor Preset's is correct
  4. You should probably using "Best Fit" in the UI Text Components to make sure the text is dynamically aligned

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like