Skip to content

Commit

Permalink
Docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
g0dzZz-coder committed Jun 9, 2024
1 parent 00d54e0 commit 9075f72
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Docs/README.RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,21 @@
4. Введите [ссылку на репозиторий](https://github.com/Depra-Inc/Assets.Unity.git)
5. Нажмите **Add**.

### ⚙️ Ручная:
### ⚙️ Через **UPM** используя `manifest.json`:

Добавьте в `Packages/manifest.json` в раздел `dependencies` следующую строку:

```
"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**.

## 📖 Содержание

**Ключевые концепции**, используемые в этой библиотеке, описаны в следующих интерфейсах:
Expand Down
9 changes: 8 additions & 1 deletion Docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,21 @@ 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:

```
"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:
Expand Down

0 comments on commit 9075f72

Please sign in to comment.