From 81bc3b72000421483c54c075d06bf77cd1805600 Mon Sep 17 00:00:00 2001 From: Kevin Li Date: Thu, 31 Aug 2023 11:23:29 +0800 Subject: [PATCH] Update readme --- README.md | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 8d5905e..7bb88f8 100644 --- a/README.md +++ b/README.md @@ -21,25 +21,10 @@ protobuf-net库基于https://github.com/protobuf-net/protobuf-net , - 本插件需要使用公司内部的Gitlab加载对应的repo, 详见 [Castbox内部git服务器Gitea使用指南](https://docs.google.com/document/d/1DiGPDD5Teu2QcYaBhqAcsqMbb3DJ5sdnTQMuvVzJSUk/edit#heading=h.w9tkkzwwyjxf) - 根据文档部署好本机配置后, 请在Unity内部配置如下参数 - - TBD - - TBD - - TBD - - -## 逻辑实现 - -- TBD - - - - -## 问题答疑 - -- Q -> A - -- Q -> A - -- Q -> A \ No newline at end of file + - 修改位于项目Packages/manifest.json文件,在dependencies中添加 + { + "dependencies": { + "com.guru.unity.gurukcp": "git@git.chengdu.pundit.company:castbox/upm_guru_kcp.git", + ... + } + } \ No newline at end of file