Skip to content

leancloud/csharp-sdk-upm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

安装

在 Packages/manifest.json 中添加依赖项:

"dependencies": {
  "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}"
}