We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a4394 commit ea2d1acCopy full SHA for ea2d1ac
README.md
@@ -1,12 +1,12 @@
1
-该库主要服务于 `https://github.com/AlianBlank/GameFrameX` 作为子库使用。
+该库主要服务于 `https://github.com/GameFrameX/GameFrameX` 作为子库使用。
2
3
# 使用方式(三种方式)
4
5
1. 直接在 `manifest.json` 文件中添加以下内容
6
```json
7
- {"com.gameframex.unity.fairygui.unity": "https://github.com/AlianBlank/com.gameframex.unity.fairygui.unity.git"}
+ {"com.gameframex.unity.fairygui.unity": "https://github.com/gameframex/com.gameframex.unity.fairygui.unity.git"}
8
```
9
-2. 在Unity 的`Packages Manager` 中使用`Git URL` 的方式添加库,地址为:https://github.com/AlianBlank/com.gameframex.unity.fairygui.unity.git
+2. 在Unity 的`Packages Manager` 中使用`Git URL` 的方式添加库,地址为:https://github.com/gameframex/com.gameframex.unity.fairygui.unity.git
10
11
3. 直接下载仓库放置到Unity 项目的`Packages` 目录下。会自动加载识别
12
0 commit comments