hey, I made a great game with unity.
On PC, the Hebrew works perfect, but on Android devices it writes just signs… (it doesn’t write Hebrew letters.) what do I need to do ?
In theory, checking “Include font data” on the Font in Unity might help (the Unity Font docs spell out the issues better than I can.)
Otherwise sounds like a generic (non-Unity) character set problem. Unity may be using the built-in Hebriac(?) characters on the PC. On Android, it’s sending the same codes, but the character set just isn’t loaded, or overwritten… . So, just general Android forums may help more.