From 3ab5267d489889f491c823a73eb6066c9dbacae6 Mon Sep 17 00:00:00 2001 From: Alon Talmi Date: Sun, 30 Jul 2023 11:13:10 +0300 Subject: [PATCH 1/3] Added package.json --- Assets/RTLTMPro/package.json | 12 ++++++++++++ README.md | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 Assets/RTLTMPro/package.json diff --git a/Assets/RTLTMPro/package.json b/Assets/RTLTMPro/package.json new file mode 100644 index 0000000..be79e13 --- /dev/null +++ b/Assets/RTLTMPro/package.json @@ -0,0 +1,12 @@ +{ + "name": "com.pnarimani.rtltmpro", + "displayName": "RTLTMPro", + "version": "1.0.0", + "description": "This plugin adds Right-to-left language support to \"TextMeshPro\" Unity plugin. Currently Arabic, Farsi and Hebrew are supported.", + "author": "pnarimani", + "unity": "2021.3", + "unityRelease": "22f1", + "documentationUrl": "https://github.com/pnarimani/RTLTMPro", + "changelogUrl": "https://github.com/pnarimani/RTLTMPro", + "licensesUrl": "https://github.com/pnarimani/RTLTMPro/blob/master/LICENSE" +} diff --git a/README.md b/README.md index 6d698c9..8331c4c 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,9 @@ You can insert Zero-Width No-Joiner character with Ctrl+Shift+2 hotkey. ### from .unitypackage file Download the latest unitypackage file from the [releases](https://github.com/sorencoder/RTLTMPro/releases) section and import it into your project from "Assets -> Import Package -> Custom Package..." menu in Unity. +## from UPM +https://github.com/AlonTalmi/RTLTMPro.git?path=Assets/RTLTMPro + ### from OpenUPM [hk1ll3r](https://github.com/hk1ll3r/) maintains a package manager version of this repo on [OpenUPM](https://openupm.com/packages/com.nosuchstudio.rtltmpro/). From 1346536c4575bd9696bc5f12dcb13d9c7ff120f6 Mon Sep 17 00:00:00 2001 From: Alon Talmi Date: Sun, 30 Jul 2023 11:36:40 +0300 Subject: [PATCH 2/3] Add missing meta file --- Assets/RTLTMPro/package.json.meta | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Assets/RTLTMPro/package.json.meta diff --git a/Assets/RTLTMPro/package.json.meta b/Assets/RTLTMPro/package.json.meta new file mode 100644 index 0000000..cb1be90 --- /dev/null +++ b/Assets/RTLTMPro/package.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e8b93d176f22141119a445740668fb1b +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: From 90d5c92b1648fd2a125e9e298ed0421c23c2fd31 Mon Sep 17 00:00:00 2001 From: Alon Talmi Date: Sun, 30 Jul 2023 11:40:56 +0300 Subject: [PATCH 3/3] Update to correct version --- Assets/RTLTMPro/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/RTLTMPro/package.json b/Assets/RTLTMPro/package.json index be79e13..d90bfd3 100644 --- a/Assets/RTLTMPro/package.json +++ b/Assets/RTLTMPro/package.json @@ -1,7 +1,7 @@ { "name": "com.pnarimani.rtltmpro", "displayName": "RTLTMPro", - "version": "1.0.0", + "version": "3.4.3", "description": "This plugin adds Right-to-left language support to \"TextMeshPro\" Unity plugin. Currently Arabic, Farsi and Hebrew are supported.", "author": "pnarimani", "unity": "2021.3",