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?
Eric5h5
2
It works if you save the script as UTF-8.
jahroy
3
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:

Here's what the docs say:
http://unity3d.com/support/documentation/Components/class-Font.html