Compare commits

..

No commits in common. "main" and "0.8.12" have entirely different histories.
main ... 0.8.12

2 changed files with 3 additions and 12 deletions

View File

@ -64,15 +64,11 @@ DebugX.Draw(duration, color).*Gizmo Function*(...);
# Установка
Семантика версионирования - [Открыть](https://gist.github.com/DCFApixels/e53281d4628b19fe5278f3e77a7da9e8#file-dcfapixels_versioning_ru-md)
### Unity-Package
Поддерживается установка в виде Unity-модуля, достаточно добавить [в PackageManager](https://docs.unity3d.com/2023.2/Documentation/Manual/upm-ui-giturl.html) этот Git-URL :
Поддерживается установка в виде Unity-модуля, достаточно скопировать Git-URL [в PackageManager](https://docs.unity3d.com/2023.2/Documentation/Manual/upm-ui-giturl.html) или в `Packages/manifest.json`. Скопируйте этот Git-URL для установки актуальной рабочей версии:
```
https://github.com/DCFApixels/Unity-DebugX.git
```
Или скопировать в `Packages/manifest.json` эту строчку:
```
"com.dcfa_pixels.debugx": "https://github.com/DCFApixels/Unity-DebugX.git"
```
### В виде исходников
### 作为源代码
Пакет так же может быть напрямую скопирован в папку проекта.
</br>

View File

@ -63,15 +63,10 @@ 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):
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:
```
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.