We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c0201 commit 49fd620Copy full SHA for 49fd620
1 file changed
README.md
@@ -131,8 +131,8 @@ public class LoginController : MonoBehaviour
131
132
1. 直接在 `manifest.json` 的文件中的 `dependencies` 节点下添加以下内容
133
```json
134
- {"com.gameframex.unity.web.protobuff": "https://github.com/AlianBlank/com.gameframex.unity.web.protobuff.git"}
+ {"com.gameframex.unity.web.protobuff": "https://github.com/gameframex/com.gameframex.unity.web.protobuff.git"}
135
```
136
-2. 在 Unity 的 `Packages Manager` 中使用 `Git URL` 的方式添加库,地址为:`https://github.com/AlianBlank/com.gameframex.unity.web.protobuff.git`
+2. 在 Unity 的 `Packages Manager` 中使用 `Git URL` 的方式添加库,地址为:`https://github.com/gameframex/com.gameframex.unity.web.protobuff.git`
137
138
3. 直接下载仓库放置到 Unity 项目的 `Packages` 目录下。会自动加载识别
0 commit comments