Update README.md
parent
2d8dfcd06d
commit
ba533e8a99
13
README.md
13
README.md
|
@ -15,8 +15,21 @@ LeanCloud C# SDK,基于 .Net Standard 2.0 标准开发,包括服务如下:
|
||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
|
### 直接导入
|
||||||
|
|
||||||
从 [Release](https://github.com/leancloud/csharp-sdk/releases) 下载指定版本 SDK,暂不支持 Nuget 方式。
|
从 [Release](https://github.com/leancloud/csharp-sdk/releases) 下载指定版本 SDK,暂不支持 Nuget 方式。
|
||||||
|
|
||||||
|
### UPM
|
||||||
|
|
||||||
|
在 Unity 项目的 Packages/manifest.json 中添加依赖项
|
||||||
|
|
||||||
|
```json
|
||||||
|
"dependencies": {
|
||||||
|
"com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-0.7.5",
|
||||||
|
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.7.5"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## 编译
|
## 编译
|
||||||
|
|
||||||
从 [Repo](https://github.com/leancloud/csharp-sdk) clone 仓库,使用 Visual Studio 打开 csharp-sdk.sln 编译。
|
从 [Repo](https://github.com/leancloud/csharp-sdk) clone 仓库,使用 Visual Studio 打开 csharp-sdk.sln 编译。
|
||||||
|
|
Loading…
Reference in New Issue