I have a problem with Russian characters in GUIText component in Unity 4.5.0. When the text contains only Russian chars it’s invisible but when I added dots or English word to the end of the text it became visible. What should I do to work around the problem?
I have same problem. In my case, it’s Korean.
I tried other language and every language has same problem except English.
It makes me crazy.
So, could I setup 2 versions of Unity simultaneously?
I may be completely off, but have you tried converting your file to UTF8 or other encoding ? (using notepad++ for example)
There was the same issues with unicode symbols in one of previouse version of editor. It was solved by setting ‘unicode’ parameter in font configuration (if I remember correctly, but in any case at forum should be some posts about it).
I’d the same problem with Russian, Korean and Japanese GuiText after upgrading to 4.5 in Unity Editor, Iphone. Luckily it worked fine in Android.
Is there any recommended quick solution instead of waiting for Unity 4.6?
Quick alternatives
- Use Gui label instead
- Add punctuation any where in the guitext.text
Tried, still same.
Issue is resolved by upgrading to unity 4.5.1