GUI, Font, Label bug or problems? Text disappear

Hi,
After installing Unity 4.1.2 I’ve found some problems on the font both in GUI.Label and GUIText

Is it a problem of the new version or did I do something wrong?

Have you ever saw something like this? Look in the bottom… Some text are good, other appear strange, other disappear

PS: This occur in editor, ios and android :frowning:

Thanks

  • Try to re-import the whole project, or re-import fonts.
  • Check out your console for font errors.
  • Check out the path to your fonts, you should have only standard characters in your path or else you get problems with font importer.
  • Unity 4 brings dynamic fonts into play, so check out the font importer options.

Good luck!

Maybe I’ve found a possible reason that cause that problem.
In Unity 4.x the dynamic font is available also on IOS and Android, so I’ve used this new functionality. But probably this doesn’t work so well on my project where I have many script with different GUI’s call.
Changing the font’s importing from dynamical to Unicode the problem seems to be solved. At least I hope :slight_smile:

Sorry for digging this thread up.
I have the same issue when changing Unity 3.5.x to 4.2.x yesterday.
Have anybody can fix this bug? Or we need to wait next release?

Thank