From 2b1f87d157d69e94d8f75a5787534e3617a6715a Mon Sep 17 00:00:00 2001 From: Moh Narimani Date: Sat, 30 Mar 2019 21:29:58 +0430 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e62e768..6578e0d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RTL Text Mesh Pro This plugin adds Right-to-left language support to "Text Mesh Pro" Unity plugin. -You need to have `TextMeshPro` plugin in your project. You can install TMPro via `Package Manager` or [`AssetStore`](https://assetstore.unity.com/packages/essentials/beta-projects/textmesh-pro-84126) +You need to have `TextMeshPro` plugin in your project. You can install TMPro via `Package Manager`. # Features ### Realtime RTL Text From fd9b1242a367237719e452108c07db9d67389a71 Mon Sep 17 00:00:00 2001 From: Moh Narimani Date: Sun, 31 Mar 2019 17:32:37 +0430 Subject: [PATCH 2/2] Update TashkeelCharacters.cs --- Assets/RTLTMPro/Scripts/Runtime/TashkeelCharacters.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/RTLTMPro/Scripts/Runtime/TashkeelCharacters.cs b/Assets/RTLTMPro/Scripts/Runtime/TashkeelCharacters.cs index a43f023..354e4d9 100644 --- a/Assets/RTLTMPro/Scripts/Runtime/TashkeelCharacters.cs +++ b/Assets/RTLTMPro/Scripts/Runtime/TashkeelCharacters.cs @@ -1,7 +1,7 @@ namespace RTLTMPro { // Note that if you add to these characters, you also need to define - // characters inside Range file and TextMesh Pro font asset unicode range. + // characters inside TashkilRanges.txt file and TextMesh Pro font asset unicode range. public enum TashkeelCharacters { Fathan = 0x064B, @@ -21,4 +21,4 @@ public enum TashkeelCharacters ShaddaWithKasraIsolatedForm = 0xFC62, ShaddaWithSuperscriptAlefIsolatedForm = 0xFC63 } -} \ No newline at end of file +}