Help me pls. I made atlas with russian font. In Unity-editor font displayed excellent, in Web-build font displayed excellent, but when I changing target platform to PC - font breaks. But not in all cases. I noticed that it happens when I input the text in the script as follows:
UILabel.text = "My text";
I try to recreate my atlas, try different fonts - and get the same result.
Could there be a problem in the encoding? UTF-8, Unicode of other..? Help me please.