Skip to content

Commit ea2d1ac

Browse files
committed
[修改]1. 修改README的连接地址
1 parent d6a4394 commit ea2d1ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
该库主要服务于 `https://github.com/AlianBlank/GameFrameX` 作为子库使用。
1+
该库主要服务于 `https://github.com/GameFrameX/GameFrameX` 作为子库使用。
22

33
# 使用方式(三种方式)
44

55
1. 直接在 `manifest.json` 文件中添加以下内容
66
```json
7-
{"com.gameframex.unity.fairygui.unity": "https://github.com/AlianBlank/com.gameframex.unity.fairygui.unity.git"}
7+
{"com.gameframex.unity.fairygui.unity": "https://github.com/gameframex/com.gameframex.unity.fairygui.unity.git"}
88
```
9-
2. 在Unity 的`Packages Manager` 中使用`Git URL` 的方式添加库,地址为:https://github.com/AlianBlank/com.gameframex.unity.fairygui.unity.git
9+
2. 在Unity 的`Packages Manager` 中使用`Git URL` 的方式添加库,地址为:https://github.com/gameframex/com.gameframex.unity.fairygui.unity.git
1010

1111
3. 直接下载仓库放置到Unity 项目的`Packages` 目录下。会自动加载识别
1212

0 commit comments

Comments
 (0)