guiText.Text do not display text correctly

I am trying to display some text in guiText.text with some special characters like “ç” or “ã” Those characters are showed like “ç” and “ã”. Sounds like a string encoding problem.

I have tried to save script files in other encodings but it still fails.

Someone solve this issue?

It works if you save the script as UTF-8.

You have to use a font that supports UTF (or whatever encoding you need).

You might also have to change the font's Character Setting in the Inspector:

alt text

Here's what the docs say:

http://unity3d.com/support/documentation/Components/class-Font.html