Search code examples
unity-game-engineright-to-left

TextMesh support for LTR languages in Unity


I am working on a Hebrew word game in Unity.

My problem is with displaying Hebrew text inside textMesh object. I need to reverse my words in order to write / read them correctly as Hebrew is a right to left languages.

Is there a solution to my problem?


Solution

  • Never used it, but there's a plugin on GitHub exactly for that (RTL Text Mesh Pro): https://github.com/mnarimani/RTLTMPro

    enter image description here