Update README.md

oneRain 2021-04-27 11:09:47 +08:00 committed by GitHub
parent 2d8dfcd06d
commit ba533e8a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -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 编译。