- Home /
Umlaute missing in Unity GUI.
I read the german text from my Database and there it IS supported. Also when i show the Project in Unity itself it views the correct characters. But when i Build the Project and open the EXE File there are just the question marks. What can i do against it?
Answer by nesis · May 19, 2014 at 11:26 PM
As far as I know, question marks turn up when the given font doesn't support the characters you're trying to render, so I suppose the solution is to package a working font with your build.
this can't be the answer as i said if i open the project in unity the characters are shown properly !! just if i build and execute the projekt on my own theres the error. btw there are more than one font in my projekt. they can't all have the same problem.
do you see any other solution?
Your answer
Follow this Question
Related Questions
Can I pause parts of a game in Unity? 1 Answer
Distribute terrain in zones 3 Answers
Access clicked button from the different function 1 Answer
Set the position of GUIBox 1 Answer
Error CS1519 1 Answer