Hi, I’m trying to display hindi characters, I have a font which displays them correctly but when I try to create a font asset with the custom unicode range 0900-097F unity freezes and the font asset is not created.
I have tryied diferent fonts and it happens in all of them.
Hello, Thank you for your fast replay, I attach my font file but I have tried with several of them and none of them worked.
Also, I don’t think that computing time is a factor, as If I just paste an Hindi character like ख and use “custom characters” instead of unicode range, trying to make a font asset only with that character still freezes.
The font you provided is not a properly formatted font. By that I mean Hindi characters are mapped into the ASCII range which is why nothing (seemingly) happens when you try to create the font asset using the 0900-097F unicode range.
Here is a screenshot of the content of the font using an external font viewing / editing tool
Here is a screen shot of the font your provided using the ASCII selection or whatever is in that range.
When trying to generate the glyphs from 0900-097F, the font asset creator would eventually finish but I never optimized it for trying to generate a whole lot of nothing
Here is an example using the Adobe Devanagari font which is properly formatted where the glyphs are in the correct unicode location.