From e470b229bc95be1f4abe7d6b95f1c8b37247862d Mon Sep 17 00:00:00 2001 From: DCFApixels <99481254+DCFApixels@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:02:30 +0800 Subject: [PATCH] update readme --- README-RU.md | 8 ++++++-- README.md | 7 ++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README-RU.md b/README-RU.md index 61c7e47..29d9070 100644 --- a/README-RU.md +++ b/README-RU.md @@ -64,11 +64,15 @@ DebugX.Draw(duration, color).*Gizmo Function*(...); # Установка Семантика версионирования - [Открыть](https://gist.github.com/DCFApixels/e53281d4628b19fe5278f3e77a7da9e8#file-dcfapixels_versioning_ru-md) ### Unity-Package -Поддерживается установка в виде Unity-модуля, достаточно скопировать Git-URL [в PackageManager](https://docs.unity3d.com/2023.2/Documentation/Manual/upm-ui-giturl.html) или в `Packages/manifest.json`. Скопируйте этот Git-URL для установки актуальной рабочей версии: +Поддерживается установка в виде Unity-модуля, достаточно добавить [в PackageManager](https://docs.unity3d.com/2023.2/Documentation/Manual/upm-ui-giturl.html) этот Git-URL : ``` https://github.com/DCFApixels/Unity-DebugX.git ``` -### 作为源代码 +Или скопировать в `Packages/manifest.json` эту строчку: +``` +"com.dcfa_pixels.debugx": "https://github.com/DCFApixels/Unity-DebugX.git" +``` +### В виде исходников Пакет так же может быть напрямую скопирован в папку проекта.
diff --git a/README.md b/README.md index c6921c0..9acfa1d 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,15 @@ DebugX.Draw(duration, color).*Gizmo Function*(...); # Installation Versioning semantics - [Открыть](https://gist.github.com/DCFApixels/e53281d4628b19fe5278f3e77a7da9e8#file-dcfapixels_versioning_ru-md) ### Unity-Package -Supports installation as a Unity module. Copy the Git-URL [into PackageManager](https://docs.unity3d.com/2023.2/Documentation/Manual/upm-ui-giturl.html) or into `Packages/manifest.json`. Copy this Git-URL to install the latest working version: +Supports installation as a Unity module. Copy the Git-URL [into PackageManager](https://docs.unity3d.com/2023.2/Documentation/Manual/upm-ui-giturl.html): ``` https://github.com/DCFApixels/Unity-DebugX.git ``` +Alternatively, copy this line into `Packages/manifest.json`: +``` +"com.dcfa_pixels.debugx": "https://github.com/DCFApixels/Unity-DebugX.git" +``` + ### Source Code The Package can also be directly copied into the project folder.