diff --git a/Docs/README.RU.md b/Docs/README.RU.md index cac6a23..7d3be17 100644 --- a/Docs/README.RU.md +++ b/Docs/README.RU.md @@ -67,7 +67,7 @@ 4. Введите [ссылку на репозиторий](https://github.com/Depra-Inc/Assets.Unity.git) 5. Нажмите **Add**. -### ⚙️ Ручная: +### ⚙️ Через **UPM** используя `manifest.json`: Добавьте в `Packages/manifest.json` в раздел `dependencies` следующую строку: @@ -75,6 +75,13 @@ "com.depra.assets.unity": "https://github.com/Depra-Inc/Assets.Unity.git" ``` +### 🛒 Через Unity Asset Store: + +1. Откройте [Unity Asset Store](https://assetstore.unity.com/packages/tools/utilities/depra-assets-266429). +2. Добавьте пакет в ваши активы. +3. Нажмите **Open in Unity**. +4. Следуйте инструкциям в редакторе **Unity**. + ## 📖 Содержание **Ключевые концепции**, используемые в этой библиотеке, описаны в следующих интерфейсах: diff --git a/Docs/README.md b/Docs/README.md index aaf35eb..289c57a 100644 --- a/Docs/README.md +++ b/Docs/README.md @@ -67,7 +67,7 @@ These features make the library even more powerful and convenient for your tasks 4. Enter the [repository link](https://github.com/Depra-Inc/Assets.Unity.git). 5. Click **Add**. -### ⚙️ Manual: +### ⚙️ Using **UPM** via **manifest.json**: Add the following line to `Packages/manifest.json` in the `dependencies` section: @@ -75,6 +75,13 @@ Add the following line to `Packages/manifest.json` in the `dependencies` section "com.depra.assets.unity": "https://github.com/Depra-Inc/Assets.Unity.git" ``` +### 🛒 Using Unity Asset Store: + +1. Go to the [Unity Asset Store](https://assetstore.unity.com/packages/tools/utilities/depra-assets-266429). +2. Add the package to your assets. +3. Click **Open in Unity**. +4. Follow the instructions in the **Unity** editor. + ## 📖 Contents **Key Concepts** used in this library are described in the following interfaces: