mirror of
https://github.com/DCFApixels/Unity-DebugX.git
synced 2025-09-17 17:34:35 +08:00
update readme
This commit is contained in:
parent
b6ef1b984b
commit
e470b229bc
@ -64,11 +64,15 @@ DebugX.Draw(duration, color).*Gizmo Function*(...);
|
|||||||
# Установка
|
# Установка
|
||||||
Семантика версионирования - [Открыть](https://gist.github.com/DCFApixels/e53281d4628b19fe5278f3e77a7da9e8#file-dcfapixels_versioning_ru-md)
|
Семантика версионирования - [Открыть](https://gist.github.com/DCFApixels/e53281d4628b19fe5278f3e77a7da9e8#file-dcfapixels_versioning_ru-md)
|
||||||
### Unity-Package
|
### 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
|
https://github.com/DCFApixels/Unity-DebugX.git
|
||||||
```
|
```
|
||||||
### 作为源代码
|
Или скопировать в `Packages/manifest.json` эту строчку:
|
||||||
|
```
|
||||||
|
"com.dcfa_pixels.debugx": "https://github.com/DCFApixels/Unity-DebugX.git"
|
||||||
|
```
|
||||||
|
### В виде исходников
|
||||||
Пакет так же может быть напрямую скопирован в папку проекта.
|
Пакет так же может быть напрямую скопирован в папку проекта.
|
||||||
|
|
||||||
</br>
|
</br>
|
||||||
|
@ -63,10 +63,15 @@ DebugX.Draw(duration, color).*Gizmo Function*(...);
|
|||||||
# Installation
|
# Installation
|
||||||
Versioning semantics - [Открыть](https://gist.github.com/DCFApixels/e53281d4628b19fe5278f3e77a7da9e8#file-dcfapixels_versioning_ru-md)
|
Versioning semantics - [Открыть](https://gist.github.com/DCFApixels/e53281d4628b19fe5278f3e77a7da9e8#file-dcfapixels_versioning_ru-md)
|
||||||
### Unity-Package
|
### 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
|
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
|
### Source Code
|
||||||
The Package can also be directly copied into the project folder.
|
The Package can also be directly copied into the project folder.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user