Skip to content

Commit 49fd620

Browse files
committed
docs: 更新protobuff库的GitHub仓库地址
将com.gameframex.unity.web.protobuff的GitHub仓库地址从AlianBlank更新为gameframex组织下的地址
1 parent 29c0201 commit 49fd620

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ public class LoginController : MonoBehaviour
131131

132132
1. 直接在 `manifest.json` 的文件中的 `dependencies` 节点下添加以下内容
133133
```json
134-
{"com.gameframex.unity.web.protobuff": "https://github.com/AlianBlank/com.gameframex.unity.web.protobuff.git"}
134+
{"com.gameframex.unity.web.protobuff": "https://github.com/gameframex/com.gameframex.unity.web.protobuff.git"}
135135
```
136-
2. 在 Unity 的 `Packages Manager` 中使用 `Git URL` 的方式添加库,地址为:`https://github.com/AlianBlank/com.gameframex.unity.web.protobuff.git`
136+
2. 在 Unity 的 `Packages Manager` 中使用 `Git URL` 的方式添加库,地址为:`https://github.com/gameframex/com.gameframex.unity.web.protobuff.git`
137137

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

0 commit comments

Comments
 (0)