com.taptap.sdk.cloudsave 4.10.1-beta.1 → 4.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Mobile/Editor/NativeDependencies.xml +14 -14
- package/Mobile/Editor/NativeDependencies.xml.meta +2 -2
- package/Mobile/Editor/TapCloudSaveMobileProcessBuild.cs +20 -20
- package/Mobile/Editor/TapCloudSaveMobileProcessBuild.cs.meta +11 -11
- package/Mobile/Editor/TapSDK.CloudSave.Mobile.Editor.asmdef +16 -16
- package/Mobile/Editor/TapSDK.CloudSave.Mobile.Editor.asmdef.meta +7 -7
- package/Mobile/Editor.meta +8 -8
- package/Mobile/Runtime/TapCloudSaveBridge.cs +589 -589
- package/Mobile/Runtime/TapCloudSaveBridge.cs.meta +11 -11
- package/Mobile/Runtime/TapSDK.CloudSave.Mobile.Runtime.asmdef +19 -19
- package/Mobile/Runtime/TapSDK.CloudSave.Mobile.Runtime.asmdef.meta +7 -7
- package/Mobile/Runtime.meta +8 -8
- package/Mobile.meta +8 -8
- package/Runtime/Internal/ITapCloudSaveBridge.cs +24 -24
- package/Runtime/Internal/ITapCloudSaveBridge.cs.meta +11 -11
- package/Runtime/Internal/TapCloudSaveInitTask.cs +19 -19
- package/Runtime/Internal/TapCloudSaveInitTask.cs.meta +11 -11
- package/Runtime/Internal/TapTapCloudSaveInternal.cs +51 -51
- package/Runtime/Internal/TapTapCloudSaveInternal.cs.meta +11 -11
- package/Runtime/Internal.meta +8 -8
- package/Runtime/Public/ArchiveData.cs +33 -33
- package/Runtime/Public/ArchiveData.cs.meta +2 -2
- package/Runtime/Public/ITapCloudSaveCallback.cs +8 -8
- package/Runtime/Public/ITapCloudSaveCallback.cs.meta +2 -2
- package/Runtime/Public/ITapCloudSaveRequestCallback.cs +14 -14
- package/Runtime/Public/ITapCloudSaveRequestCallback.cs.meta +2 -2
- package/Runtime/Public/TapCloudSaveRequestCallbackAdapter.cs +34 -34
- package/Runtime/Public/TapCloudSaveRequestCallbackAdapter.cs.meta +2 -2
- package/Runtime/Public/TapTapCloudSave.cs +39 -39
- package/Runtime/Public/TapTapCloudSave.cs.meta +11 -11
- package/Runtime/Public.meta +8 -8
- package/Runtime/TapSDK.CloudSave.Runtime.asmdef +14 -14
- package/Runtime/TapSDK.CloudSave.Runtime.asmdef.meta +7 -7
- package/Runtime.meta +8 -8
- package/Standalone/Editor/TapCloudSaveStandaloneProcessBuild.cs +26 -26
- package/Standalone/Editor/TapCloudSaveStandaloneProcessBuild.cs.meta +11 -11
- package/Standalone/Editor/TapSDK.CloudSave.Standalone.Editor.asmdef +16 -16
- package/Standalone/Editor/TapSDK.CloudSave.Standalone.Editor.asmdef.meta +7 -7
- package/Standalone/Editor.meta +8 -8
- package/Standalone/Plugins/x86_64/cloudsave_sdk.dll +0 -0
- package/Standalone/Plugins/x86_64/cloudsave_sdk.dll.meta +80 -80
- package/Standalone/Plugins/x86_64.meta +8 -8
- package/Standalone/Plugins.meta +8 -8
- package/Standalone/Runtime/Internal/TapCloudSaveArchiveListResponse.cs +11 -11
- package/Standalone/Runtime/Internal/TapCloudSaveArchiveListResponse.cs.meta +11 -11
- package/Standalone/Runtime/Internal/TapCloudSaveBaseResponse.cs +29 -29
- package/Standalone/Runtime/Internal/TapCloudSaveBaseResponse.cs.meta +11 -11
- package/Standalone/Runtime/Internal/TapCloudSaveTracker.cs +101 -101
- package/Standalone/Runtime/Internal/TapCloudSaveTracker.cs.meta +11 -11
- package/Standalone/Runtime/Internal/TapCloudSaveWrapper.cs +583 -561
- package/Standalone/Runtime/Internal/TapCloudSaveWrapper.cs.meta +11 -11
- package/Standalone/Runtime/Internal.meta +8 -8
- package/Standalone/Runtime/TapCloudSaveResultCode.cs +9 -9
- package/Standalone/Runtime/TapCloudSaveResultCode.cs.meta +11 -11
- package/Standalone/Runtime/TapCloudSaveStandalone.cs +712 -712
- package/Standalone/Runtime/TapCloudSaveStandalone.cs.meta +11 -11
- package/Standalone/Runtime.meta +8 -8
- package/Standalone/TapSDK.CloudSave.Standalone.Runtime.asmdef +21 -21
- package/Standalone/TapSDK.CloudSave.Standalone.Runtime.asmdef.meta +7 -7
- package/Standalone.meta +8 -8
- package/link.xml +3 -3
- package/link.xml.meta +7 -7
- package/package.json +11 -11
- package/package.json.meta +7 -7
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
fileFormatVersion: 2
|
|
2
|
-
guid: de4da063a6acb40e0a54d5b63ad0e8c9
|
|
3
|
-
MonoImporter:
|
|
4
|
-
externalObjects: {}
|
|
5
|
-
serializedVersion: 2
|
|
6
|
-
defaultReferences: []
|
|
7
|
-
executionOrder: 0
|
|
8
|
-
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: de4da063a6acb40e0a54d5b63ad0e8c9
|
|
3
|
+
MonoImporter:
|
|
4
|
+
externalObjects: {}
|
|
5
|
+
serializedVersion: 2
|
|
6
|
+
defaultReferences: []
|
|
7
|
+
executionOrder: 0
|
|
8
|
+
icon: {instanceID: 0}
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
package/Standalone/Runtime.meta
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
fileFormatVersion: 2
|
|
2
|
-
guid: ac7968c96d3e84ff897aa47ef7cb6067
|
|
3
|
-
folderAsset: yes
|
|
4
|
-
DefaultImporter:
|
|
5
|
-
externalObjects: {}
|
|
6
|
-
userData:
|
|
7
|
-
assetBundleName:
|
|
8
|
-
assetBundleVariant:
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: ac7968c96d3e84ff897aa47ef7cb6067
|
|
3
|
+
folderAsset: yes
|
|
4
|
+
DefaultImporter:
|
|
5
|
+
externalObjects: {}
|
|
6
|
+
userData:
|
|
7
|
+
assetBundleName:
|
|
8
|
+
assetBundleVariant:
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "TapSDK.CloudSave.Standalone.Runtime",
|
|
3
|
-
"references": [
|
|
4
|
-
"GUID:7c2220358fcd84098b82fbaf24ae7073",
|
|
5
|
-
"GUID:cdf1346592073467a860c3effd9679d4",
|
|
6
|
-
"GUID:e8754b6153389406c963cd52996cc80f",
|
|
7
|
-
"GUID:56f3da7a178484843974054bafe77e73",
|
|
8
|
-
"GUID:7d5ef2062f3704e1ab74aac0e4d5a1a7"
|
|
9
|
-
],
|
|
10
|
-
"includePlatforms": [
|
|
11
|
-
"Editor",
|
|
12
|
-
"WindowsStandalone64"
|
|
13
|
-
],
|
|
14
|
-
"excludePlatforms": [],
|
|
15
|
-
"allowUnsafeCode": false,
|
|
16
|
-
"overrideReferences": false,
|
|
17
|
-
"precompiledReferences": [],
|
|
18
|
-
"autoReferenced": true,
|
|
19
|
-
"defineConstraints": [],
|
|
20
|
-
"versionDefines": [],
|
|
21
|
-
"noEngineReferences": false
|
|
1
|
+
{
|
|
2
|
+
"name": "TapSDK.CloudSave.Standalone.Runtime",
|
|
3
|
+
"references": [
|
|
4
|
+
"GUID:7c2220358fcd84098b82fbaf24ae7073",
|
|
5
|
+
"GUID:cdf1346592073467a860c3effd9679d4",
|
|
6
|
+
"GUID:e8754b6153389406c963cd52996cc80f",
|
|
7
|
+
"GUID:56f3da7a178484843974054bafe77e73",
|
|
8
|
+
"GUID:7d5ef2062f3704e1ab74aac0e4d5a1a7"
|
|
9
|
+
],
|
|
10
|
+
"includePlatforms": [
|
|
11
|
+
"Editor",
|
|
12
|
+
"WindowsStandalone64"
|
|
13
|
+
],
|
|
14
|
+
"excludePlatforms": [],
|
|
15
|
+
"allowUnsafeCode": false,
|
|
16
|
+
"overrideReferences": false,
|
|
17
|
+
"precompiledReferences": [],
|
|
18
|
+
"autoReferenced": true,
|
|
19
|
+
"defineConstraints": [],
|
|
20
|
+
"versionDefines": [],
|
|
21
|
+
"noEngineReferences": false
|
|
22
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
fileFormatVersion: 2
|
|
2
|
-
guid: 8bed346e0f9c34be2a3ac34cfdd4fbcf
|
|
3
|
-
AssemblyDefinitionImporter:
|
|
4
|
-
externalObjects: {}
|
|
5
|
-
userData:
|
|
6
|
-
assetBundleName:
|
|
7
|
-
assetBundleVariant:
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 8bed346e0f9c34be2a3ac34cfdd4fbcf
|
|
3
|
+
AssemblyDefinitionImporter:
|
|
4
|
+
externalObjects: {}
|
|
5
|
+
userData:
|
|
6
|
+
assetBundleName:
|
|
7
|
+
assetBundleVariant:
|
package/Standalone.meta
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
fileFormatVersion: 2
|
|
2
|
-
guid: c205c43632eed49d88f54acff9c964bc
|
|
3
|
-
folderAsset: yes
|
|
4
|
-
DefaultImporter:
|
|
5
|
-
externalObjects: {}
|
|
6
|
-
userData:
|
|
7
|
-
assetBundleName:
|
|
8
|
-
assetBundleVariant:
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: c205c43632eed49d88f54acff9c964bc
|
|
3
|
+
folderAsset: yes
|
|
4
|
+
DefaultImporter:
|
|
5
|
+
externalObjects: {}
|
|
6
|
+
userData:
|
|
7
|
+
assetBundleName:
|
|
8
|
+
assetBundleVariant:
|
package/link.xml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<linker>
|
|
2
|
-
<assembly fullname="TapSDK.CloudSave.Runtime" preserve="all" />
|
|
3
|
-
<assembly fullname="TapSDK.CloudSave.Mobile.Runtime" preserve="all" />
|
|
1
|
+
<linker>
|
|
2
|
+
<assembly fullname="TapSDK.CloudSave.Runtime" preserve="all" />
|
|
3
|
+
<assembly fullname="TapSDK.CloudSave.Mobile.Runtime" preserve="all" />
|
|
4
4
|
</linker>
|
package/link.xml.meta
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
fileFormatVersion: 2
|
|
2
|
-
guid: 958ca40871acc4e18ab2ef136bdeeba0
|
|
3
|
-
TextScriptImporter:
|
|
4
|
-
externalObjects: {}
|
|
5
|
-
userData:
|
|
6
|
-
assetBundleName:
|
|
7
|
-
assetBundleVariant:
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 958ca40871acc4e18ab2ef136bdeeba0
|
|
3
|
+
TextScriptImporter:
|
|
4
|
+
externalObjects: {}
|
|
5
|
+
userData:
|
|
6
|
+
assetBundleName:
|
|
7
|
+
assetBundleVariant:
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "com.taptap.sdk.cloudsave",
|
|
3
|
-
"displayName": "TapTapSDK CloudSave",
|
|
4
|
-
"description": "TapTapSDK CloudSave",
|
|
5
|
-
"version": "4.10.
|
|
6
|
-
"unity": "2019.4",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"dependencies": {
|
|
9
|
-
"com.taptap.sdk.core": "4.10.
|
|
10
|
-
"com.taptap.sdk.login": "4.10.
|
|
11
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "com.taptap.sdk.cloudsave",
|
|
3
|
+
"displayName": "TapTapSDK CloudSave",
|
|
4
|
+
"description": "TapTapSDK CloudSave",
|
|
5
|
+
"version": "4.10.2",
|
|
6
|
+
"unity": "2019.4",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"com.taptap.sdk.core": "4.10.2",
|
|
10
|
+
"com.taptap.sdk.login": "4.10.2"
|
|
11
|
+
}
|
|
12
12
|
}
|
package/package.json.meta
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
fileFormatVersion: 2
|
|
2
|
-
guid: f4f2e0972000e4c88a74e83b9849a1d7
|
|
3
|
-
TextScriptImporter:
|
|
4
|
-
externalObjects: {}
|
|
5
|
-
userData:
|
|
6
|
-
assetBundleName:
|
|
7
|
-
assetBundleVariant:
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: f4f2e0972000e4c88a74e83b9849a1d7
|
|
3
|
+
TextScriptImporter:
|
|
4
|
+
externalObjects: {}
|
|
5
|
+
userData:
|
|
6
|
+
assetBundleName:
|
|
7
|
+
assetBundleVariant:
|