csharp-sdk-upm/README.md

11 lines
302 B
Markdown
Raw Normal View History

2021-04-27 10:58:51 +08:00
## 安装
在 Packages/manifest.json 中添加依赖项:
```json
"dependencies": {
2021-05-21 15:32:20 +08:00
"com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-${latest-version}",
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-${latest-version}"
2021-04-27 10:58:51 +08:00
}
```