storage-0.10.2
leancloud-bot 2022-03-01 21:08:17 +08:00
commit 2f2acba1b5
25 changed files with 11537 additions and 0 deletions

8
Plugins.meta Normal file
View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: ad7eedc749c5e47adbf0e8d255316c1f
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

BIN
Plugins/Common.dll Normal file

Binary file not shown.

33
Plugins/Common.dll.meta Normal file
View File

@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: c023d4d4567184654af0950f147a58a6
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

BIN
Plugins/Common.pdb Normal file

Binary file not shown.

7
Plugins/Common.pdb.meta Normal file
View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 63c534ccf4f524207a56db36b314a739
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: eab4d1ac97b7c4adcaa72adeac84cfc1
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: d6c31b65663c54d12a074abd4231e255
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

11246
Plugins/LC.Newtonsoft.Json.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 04588c7e6c3884ef6abe1984afb280e7
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

BIN
Plugins/Storage.Unity.dll Normal file

Binary file not shown.

View File

@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: a21f56330239f49cdb928934aec235df
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

BIN
Plugins/Storage.Unity.pdb Normal file

Binary file not shown.

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 3070c41cd1d0a4470a0e50a89522198d
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

71
Plugins/Storage.deps.json Normal file
View File

@ -0,0 +1,71 @@
{
"runtimeTarget": {
"name": ".NETStandard,Version=v2.0/",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"Storage/1.0.0": {
"dependencies": {
"Common": "1.0.0",
"NETStandard.Library": "2.0.3"
},
"runtime": {
"Storage.dll": {}
}
},
"Microsoft.NETCore.Platforms/1.1.0": {},
"NETStandard.Library/2.0.3": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0"
}
},
"Common/1.0.0": {
"dependencies": {
"LC.Newtonsoft.Json": "11.0.1-beta2"
},
"runtime": {
"Common.dll": {}
}
},
"LC.Newtonsoft.Json/11.0.1-beta2": {
"runtime": {
"LC.Newtonsoft.Json.dll": {}
}
}
}
},
"libraries": {
"Storage/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.NETCore.Platforms/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
"path": "microsoft.netcore.platforms/1.1.0",
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
},
"NETStandard.Library/2.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
"path": "netstandard.library/2.0.3",
"hashPath": "netstandard.library.2.0.3.nupkg.sha512"
},
"Common/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"LC.Newtonsoft.Json/11.0.1-beta2": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 1f1582b77c02d42b8982c1ea1431d5dc
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

BIN
Plugins/Storage.dll Normal file

Binary file not shown.

33
Plugins/Storage.dll.meta Normal file
View File

@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: db68a9c97fe8d4eaf9a8012751a71e92
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

BIN
Plugins/Storage.pdb Normal file

Binary file not shown.

7
Plugins/Storage.pdb.meta Normal file
View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 3d69cc8b441974adcbe18e7570ba290d
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

10
Plugins/link.xml Normal file
View File

@ -0,0 +1,10 @@
<linker>
<assembly fullname="Common" preserve="all"/>
<assembly fullname="Storage" preserve="all"/>
<assembly fullname="Realtime" preserve="all"/>
<assembly fullname="LiveQuery" preserve="all"/>
<assembly fullname="LC.Google.Protobuf" preserve="all"/>
<assembly fullname="LC.Newtonsoft.Json" preserve="all"/>
<assembly fullname="Realtime.Unity" preserve="all"/>
<assembly fullname="Storage.Unity" preserve="all"/>
</linker>

7
Plugins/link.xml.meta Normal file
View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 9d1de7eab40cd4b8a8654369a5d8e426
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "com.leancloud.storage",
"version": "0.10.2",
"displayName": "LeanCloud Storage",
"description": "This is leancloud storage package",
"unity": "2019.1",
"dependencies": {},
"keywords": ["LeanCloud", "Storage"],
"author": {
"name": "LeanCloud",
"email": "support@leancloud.rocks",
"url": "https://leancloud.cn/"
}
}

7
package.json.meta Normal file
View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: bdf3898d04a2043869b08d42fd92610c
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: