0

I am developing a 2D Video Game as a school project which I am currently using Text Mesh Pro on. But there is an issue. Since my game is Turkish, I need to write on the Text Mesh Pro with special turkish letters such as Ç,Ş,İ etc. And to match with the pixel theme of my game, I tried converting a pixel font which includes Turkish letters in it but still it didn't work out. I used ASCII encoding to convert it into Text Mesh Pro, how can I solve this problem? Thanks already.

1 Answers1

0

Unicode supports Turkish letters, and TextMeshPro supports Unicode. When creating your font asset, you have to include your characters in the asset. You can check the links below:

Post explaining how to use Unicode for Turkish letters

Unity Form Post Explaining how to Put Unicode Letters into your TextMeshPro Font Asset

KBaker
  • 401
  • 2
  • 7