When i try print text on russian using print sitring or draw text i see this boxes. How i can fix it?
You have to import a font that features the Cyrillic alphabet. The base engine fonts might not come with all those characters. When importing a font you should ensure to import the required unicode range for all the characters you need.
I’ll also add that for Russian it’s 0-451 Unicode range.
1 Like
Thanks.
How i can import my font into engine?
Right click in your Content Browser and choose Materials & Textures - Font
This not working, in “draw text” i use imported font with cyrillic alphabet and it is not working (
Yes, i checked this.
Did you set Unicode range right?
Try to reimport the font. Open it, choose Asset - Reimport…
Thanks! After reimport it works