Compare commits

..

No commits in common. "a7b06f5af778b17f5781ad6669cdf149a12f0d3f" and "baa0fe21883f97e9aea84af3a898681ad208715b" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ DebugX.Draw(duration, color).*Gizmo Function*(...);
### Unity-Package
Поддерживается установка в виде 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
https://github.com/DCFApixels/Unity-DebugX
```
### 作为源代码
Пакет так же может быть напрямую скопирован в папку проекта.

View File

@ -69,7 +69,7 @@ DebugX.Draw(duration, color).*Gizmo Function*(...);
### Unity-软件包
支持以 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
https://github.com/DCFApixels/Unity-DebugX
```
### 作为源代码
该包也可以直接复制到项目文件夹中。

View File

@ -65,7 +65,7 @@ Versioning semantics - [Открыть](https://gist.github.com/DCFApixels/e5328
### 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:
```
https://github.com/DCFApixels/Unity-DebugX.git
https://github.com/DCFApixels/Unity-DebugX
```
### Source Code
The Package can also be directly copied into the project folder.