com.taptap.sdk.core 4.3.0-aplha.12
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/Editor/BuildTargetUtils.cs +14 -0
- package/Editor/BuildTargetUtils.cs.meta +11 -0
- package/Editor/LinkXMLGenerator.cs +70 -0
- package/Editor/LinkXMLGenerator.cs.meta +11 -0
- package/Editor/Plist.cs +954 -0
- package/Editor/Plist.cs.meta +3 -0
- package/Editor/SDKLinkProcessBuild.cs +119 -0
- package/Editor/SDKLinkProcessBuild.cs.meta +11 -0
- package/Editor/TapFileHelper.cs +168 -0
- package/Editor/TapFileHelper.cs.meta +3 -0
- package/Editor/TapSDK.Core.Editor.asmdef +15 -0
- package/Editor/TapSDK.Core.Editor.asmdef.meta +7 -0
- package/Editor/TapSDKCoreCompile.cs +284 -0
- package/Editor/TapSDKCoreCompile.cs.meta +3 -0
- package/Editor/TapSDKCoreIOSProcessor.cs +74 -0
- package/Editor/TapSDKCoreIOSProcessor.cs.meta +3 -0
- package/Editor/UI/ScrollViewEditor.cs +267 -0
- package/Editor/UI/ScrollViewEditor.cs.meta +12 -0
- package/Editor/UI/ScrollViewExEditor.cs +34 -0
- package/Editor/UI/ScrollViewExEditor.cs.meta +12 -0
- package/Editor/UI/TapSDK.UI.Editor.asmdef +17 -0
- package/Editor/UI/TapSDK.UI.Editor.asmdef.meta +7 -0
- package/Editor/UI.meta +9 -0
- package/Editor.meta +8 -0
- package/Mobile/Editor/NativeDependencies.xml +22 -0
- package/Mobile/Editor/NativeDependencies.xml.meta +7 -0
- package/Mobile/Editor/TapCommonMobileProcessBuild.cs +20 -0
- package/Mobile/Editor/TapCommonMobileProcessBuild.cs.meta +11 -0
- package/Mobile/Editor/TapSDK.Core.Mobile.Editor.asmdef +17 -0
- package/Mobile/Editor/TapSDK.Core.Mobile.Editor.asmdef.meta +7 -0
- package/Mobile/Editor.meta +8 -0
- package/Mobile/Runtime/AndroidNativeWrapper.cs +50 -0
- package/Mobile/Runtime/AndroidNativeWrapper.cs.meta +11 -0
- package/Mobile/Runtime/Bridge.cs +84 -0
- package/Mobile/Runtime/Bridge.cs.meta +11 -0
- package/Mobile/Runtime/BridgeAndroid.cs +73 -0
- package/Mobile/Runtime/BridgeAndroid.cs.meta +11 -0
- package/Mobile/Runtime/BridgeCallback.cs +35 -0
- package/Mobile/Runtime/BridgeCallback.cs.meta +11 -0
- package/Mobile/Runtime/BridgeIOS.cs +113 -0
- package/Mobile/Runtime/BridgeIOS.cs.meta +11 -0
- package/Mobile/Runtime/Command.cs +119 -0
- package/Mobile/Runtime/Command.cs.meta +11 -0
- package/Mobile/Runtime/Constants.cs +9 -0
- package/Mobile/Runtime/Constants.cs.meta +11 -0
- package/Mobile/Runtime/EngineBridgeInitializer.cs +33 -0
- package/Mobile/Runtime/EngineBridgeInitializer.cs.meta +11 -0
- package/Mobile/Runtime/IBridge.cs +15 -0
- package/Mobile/Runtime/IBridge.cs.meta +11 -0
- package/Mobile/Runtime/IOSNativeWrapper.cs +273 -0
- package/Mobile/Runtime/IOSNativeWrapper.cs.meta +11 -0
- package/Mobile/Runtime/Result.cs +37 -0
- package/Mobile/Runtime/Result.cs.meta +11 -0
- package/Mobile/Runtime/TapCoreMobile.cs +71 -0
- package/Mobile/Runtime/TapCoreMobile.cs.meta +11 -0
- package/Mobile/Runtime/TapEventMobile.cs +265 -0
- package/Mobile/Runtime/TapEventMobile.cs.meta +11 -0
- package/Mobile/Runtime/TapSDK.Core.Mobile.Runtime.asmdef +18 -0
- package/Mobile/Runtime/TapSDK.Core.Mobile.Runtime.asmdef.meta +7 -0
- package/Mobile/Runtime/TapUUID.cs +9 -0
- package/Mobile/Runtime/TapUUID.cs.meta +11 -0
- package/Mobile/Runtime.meta +8 -0
- package/Mobile.meta +8 -0
- package/Plugins/iOS.meta +8 -0
- package/Plugins.meta +8 -0
- package/Resources/Fonts/taptap-sdk-bold.ttf +0 -0
- package/Resources/Fonts/taptap-sdk-bold.ttf.meta +22 -0
- package/Resources/Fonts/taptap-sdk.ttf +0 -0
- package/Resources/Fonts/taptap-sdk.ttf.meta +21 -0
- package/Resources/Fonts.meta +8 -0
- package/Resources/Loading.prefab +260 -0
- package/Resources/Loading.prefab.meta +7 -0
- package/Resources/TapCommonTip.prefab +194 -0
- package/Resources/TapCommonTip.prefab.meta +7 -0
- package/Resources/TapCommonToastBlack.prefab +528 -0
- package/Resources/TapCommonToastBlack.prefab.meta +7 -0
- package/Resources/TapCommonToastWhite.prefab +411 -0
- package/Resources/TapCommonToastWhite.prefab.meta +7 -0
- package/Resources/TapSDKCommonTapIcon-v2.png +0 -0
- package/Resources/TapSDKCommonTapIcon-v2.png.meta +128 -0
- package/Resources/TapSDKCommonTapIcon.png +0 -0
- package/Resources/TapSDKCommonTapIcon.png.meta +128 -0
- package/Resources/TapSDKCommonToastBg.png +0 -0
- package/Resources/TapSDKCommonToastBg.png.meta +128 -0
- package/Resources/TapSDKConstantUIRoot.prefab +100 -0
- package/Resources/TapSDKConstantUIRoot.prefab.meta +7 -0
- package/Resources/TapSDKUIRoot.prefab +100 -0
- package/Resources/TapSDKUIRoot.prefab.meta +7 -0
- package/Resources/TapTapBtn_White.png +0 -0
- package/Resources/TapTapBtn_White.png.meta +128 -0
- package/Resources/TapTapBtn_White_2.png +0 -0
- package/Resources/TapTapBtn_White_2.png.meta +128 -0
- package/Resources/ToastBackground.png +0 -0
- package/Resources/ToastBackground.png.meta +128 -0
- package/Resources/detail_bg.png +0 -0
- package/Resources/detail_bg.png.meta +92 -0
- package/Resources/success.png +0 -0
- package/Resources/success.png.meta +128 -0
- package/Resources/taptap-bg.png +0 -0
- package/Resources/taptap-bg.png.meta +140 -0
- package/Resources/taptap-close.png +0 -0
- package/Resources/taptap-close.png.meta +146 -0
- package/Resources/taptap-router-v2.png +0 -0
- package/Resources/taptap-router-v2.png.meta +128 -0
- package/Resources/taptap-router.png +0 -0
- package/Resources/taptap-router.png.meta +146 -0
- package/Resources/taptap-sdk-refresh 1.png +0 -0
- package/Resources/taptap-sdk-refresh 1.png.meta +128 -0
- package/Resources/taptap-toast-error.png +0 -0
- package/Resources/taptap-toast-error.png.meta +128 -0
- package/Resources/taptap-toast-info.png +0 -0
- package/Resources/taptap-toast-info.png.meta +128 -0
- package/Resources/taptap-toast-success.png +0 -0
- package/Resources/taptap-toast-success.png.meta +128 -0
- package/Resources/taptap-toast-warning.png +0 -0
- package/Resources/taptap-toast-warning.png.meta +128 -0
- package/Resources.meta +8 -0
- package/Runtime/Internal/Http/TapHttpClient.cs +176 -0
- package/Runtime/Internal/Http/TapHttpClient.cs.meta +11 -0
- package/Runtime/Internal/Http/TapHttpUtils.cs +83 -0
- package/Runtime/Internal/Http/TapHttpUtils.cs.meta +11 -0
- package/Runtime/Internal/Http.meta +8 -0
- package/Runtime/Internal/Init/IInitTask.cs +18 -0
- package/Runtime/Internal/Init/IInitTask.cs.meta +11 -0
- package/Runtime/Internal/Init.meta +8 -0
- package/Runtime/Internal/Json/TapJsonConverter.cs +40 -0
- package/Runtime/Internal/Json/TapJsonConverter.cs.meta +11 -0
- package/Runtime/Internal/Json.meta +8 -0
- package/Runtime/Internal/Platform/ITapCorePlatform.cs +12 -0
- package/Runtime/Internal/Platform/ITapCorePlatform.cs.meta +11 -0
- package/Runtime/Internal/Platform/ITapEventPlatform.cs +37 -0
- package/Runtime/Internal/Platform/ITapEventPlatform.cs.meta +11 -0
- package/Runtime/Internal/Platform/PlatformTypeUtils.cs +46 -0
- package/Runtime/Internal/Platform/PlatformTypeUtils.cs.meta +11 -0
- package/Runtime/Internal/Platform.meta +8 -0
- package/Runtime/Internal/UI/Base/Const.cs +27 -0
- package/Runtime/Internal/UI/Base/Const.cs.meta +11 -0
- package/Runtime/Internal/UI/Base/GraphicRaycasterBugFixed.cs +240 -0
- package/Runtime/Internal/UI/Base/GraphicRaycasterBugFixed.cs.meta +3 -0
- package/Runtime/Internal/UI/Base/LoadingPanelController.cs +29 -0
- package/Runtime/Internal/UI/Base/LoadingPanelController.cs.meta +11 -0
- package/Runtime/Internal/UI/Base/MonoSingleton.cs +102 -0
- package/Runtime/Internal/UI/Base/MonoSingleton.cs.meta +11 -0
- package/Runtime/Internal/UI/Base/Singleton.cs +29 -0
- package/Runtime/Internal/UI/Base/Singleton.cs.meta +11 -0
- package/Runtime/Internal/UI/Base/TipPanelController.cs +45 -0
- package/Runtime/Internal/UI/Base/TipPanelController.cs.meta +3 -0
- package/Runtime/Internal/UI/Base/ToastBlackPanelController.cs +95 -0
- package/Runtime/Internal/UI/Base/ToastBlackPanelController.cs.meta +11 -0
- package/Runtime/Internal/UI/Base/ToastWhitePanelController.cs +79 -0
- package/Runtime/Internal/UI/Base/ToastWhitePanelController.cs.meta +3 -0
- package/Runtime/Internal/UI/Base/UIManager.cs +724 -0
- package/Runtime/Internal/UI/Base/UIManager.cs.meta +11 -0
- package/Runtime/Internal/UI/Base.meta +8 -0
- package/Runtime/Internal/UI/BasePanel/BasePanelController.cs +385 -0
- package/Runtime/Internal/UI/BasePanel/BasePanelController.cs.meta +11 -0
- package/Runtime/Internal/UI/BasePanel.meta +8 -0
- package/Runtime/Internal/UI/Params/BasePanelConfig.cs +18 -0
- package/Runtime/Internal/UI/Params/BasePanelConfig.cs.meta +11 -0
- package/Runtime/Internal/UI/Params/IOpenPanelParameter.cs +7 -0
- package/Runtime/Internal/UI/Params/IOpenPanelParameter.cs.meta +11 -0
- package/Runtime/Internal/UI/Params.meta +8 -0
- package/Runtime/Internal/UI/ScrollViewEx/ObjPool/SimpleObjPool.cs +76 -0
- package/Runtime/Internal/UI/ScrollViewEx/ObjPool/SimpleObjPool.cs.meta +12 -0
- package/Runtime/Internal/UI/ScrollViewEx/ObjPool.meta +9 -0
- package/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollView.cs +828 -0
- package/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollView.cs.meta +12 -0
- package/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollViewEx.cs +245 -0
- package/Runtime/Internal/UI/ScrollViewEx/ScrollView/ScrollViewEx.cs.meta +12 -0
- package/Runtime/Internal/UI/ScrollViewEx/ScrollView.meta +9 -0
- package/Runtime/Internal/UI/ScrollViewEx.meta +8 -0
- package/Runtime/Internal/UI.meta +8 -0
- package/Runtime/Internal/Utils/BridgeUtils.cs +29 -0
- package/Runtime/Internal/Utils/BridgeUtils.cs.meta +11 -0
- package/Runtime/Internal/Utils/ImageUtils.cs +147 -0
- package/Runtime/Internal/Utils/ImageUtils.cs.meta +11 -0
- package/Runtime/Internal/Utils/TapLoom.cs +155 -0
- package/Runtime/Internal/Utils/TapLoom.cs.meta +11 -0
- package/Runtime/Internal/Utils/UrlUtils.cs +34 -0
- package/Runtime/Internal/Utils/UrlUtils.cs.meta +11 -0
- package/Runtime/Internal/Utils.meta +8 -0
- package/Runtime/Internal.meta +8 -0
- package/Runtime/Public/DataStorage.cs +141 -0
- package/Runtime/Public/DataStorage.cs.meta +11 -0
- package/Runtime/Public/ITapPropertiesProxy.cs +6 -0
- package/Runtime/Public/ITapPropertiesProxy.cs.meta +11 -0
- package/Runtime/Public/Json.cs +636 -0
- package/Runtime/Public/Json.cs.meta +11 -0
- package/Runtime/Public/Log/TapLogLevel.cs +7 -0
- package/Runtime/Public/Log/TapLogLevel.cs.meta +11 -0
- package/Runtime/Public/Log/TapLogger.cs +48 -0
- package/Runtime/Public/Log/TapLogger.cs.meta +11 -0
- package/Runtime/Public/Log.meta +8 -0
- package/Runtime/Public/Platform.cs +27 -0
- package/Runtime/Public/Platform.cs.meta +11 -0
- package/Runtime/Public/RegionType.cs +8 -0
- package/Runtime/Public/RegionType.cs.meta +11 -0
- package/Runtime/Public/SafeDictionary.cs +27 -0
- package/Runtime/Public/SafeDictionary.cs.meta +11 -0
- package/Runtime/Public/TapError.cs +62 -0
- package/Runtime/Public/TapError.cs.meta +11 -0
- package/Runtime/Public/TapErrorCode.cs +44 -0
- package/Runtime/Public/TapErrorCode.cs.meta +11 -0
- package/Runtime/Public/TapException.cs +24 -0
- package/Runtime/Public/TapException.cs.meta +11 -0
- package/Runtime/Public/TapLanguage.cs +21 -0
- package/Runtime/Public/TapLanguage.cs.meta +11 -0
- package/Runtime/Public/TapLocalizeManager.cs +128 -0
- package/Runtime/Public/TapLocalizeManager.cs.meta +11 -0
- package/Runtime/Public/TapTapEvent.cs +93 -0
- package/Runtime/Public/TapTapEvent.cs.meta +11 -0
- package/Runtime/Public/TapTapSDK.cs +96 -0
- package/Runtime/Public/TapTapSDK.cs.meta +11 -0
- package/Runtime/Public/TapTapSDKCoreOptions.cs +104 -0
- package/Runtime/Public/TapTapSDKCoreOptions.cs.meta +11 -0
- package/Runtime/Public.meta +8 -0
- package/Runtime/TapSDK.Core.Runtime.asmdef +3 -0
- package/Runtime/TapSDK.Core.Runtime.asmdef.meta +7 -0
- package/Runtime.meta +8 -0
- package/Standalone/Editor/TapCoreStandaloneProcessBuild.cs +20 -0
- package/Standalone/Editor/TapCoreStandaloneProcessBuild.cs.meta +11 -0
- package/Standalone/Editor/TapSDK.Core.Standalone.Editor.asmdef +17 -0
- package/Standalone/Editor/TapSDK.Core.Standalone.Editor.asmdef.meta +7 -0
- package/Standalone/Editor.meta +8 -0
- package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/Info.plist +46 -0
- package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/Info.plist.meta +7 -0
- package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS/TapDBDeviceInfo +0 -0
- package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS/TapDBDeviceInfo.meta +7 -0
- package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/MacOS.meta +8 -0
- package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/_CodeSignature/CodeResources +115 -0
- package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/_CodeSignature/CodeResources.meta +7 -0
- package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents/_CodeSignature.meta +8 -0
- package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle/Contents.meta +8 -0
- package/Standalone/Plugins/macOS/TapDBDeviceInfo.bundle.meta +33 -0
- package/Standalone/Plugins/macOS.meta +8 -0
- package/Standalone/Plugins.meta +8 -0
- package/Standalone/Runtime/Internal/Constants.cs +37 -0
- package/Standalone/Runtime/Internal/Constants.cs.meta +11 -0
- package/Standalone/Runtime/Internal/DeviceInfo.cs +152 -0
- package/Standalone/Runtime/Internal/DeviceInfo.cs.meta +11 -0
- package/Standalone/Runtime/Internal/EventSender.cs +239 -0
- package/Standalone/Runtime/Internal/EventSender.cs.meta +11 -0
- package/Standalone/Runtime/Internal/Http/HttpClient.cs +211 -0
- package/Standalone/Runtime/Internal/Http/HttpClient.cs.meta +11 -0
- package/Standalone/Runtime/Internal/Http/NetUtils.cs +48 -0
- package/Standalone/Runtime/Internal/Http/NetUtils.cs.meta +11 -0
- package/Standalone/Runtime/Internal/Http/TimeUtil.cs +30 -0
- package/Standalone/Runtime/Internal/Http/TimeUtil.cs.meta +11 -0
- package/Standalone/Runtime/Internal/Http.meta +8 -0
- package/Standalone/Runtime/Internal/Identity.cs +43 -0
- package/Standalone/Runtime/Internal/Identity.cs.meta +11 -0
- package/Standalone/Runtime/Internal/PlayRecorder.cs +53 -0
- package/Standalone/Runtime/Internal/PlayRecorder.cs.meta +11 -0
- package/Standalone/Runtime/Internal/Prefs.cs +85 -0
- package/Standalone/Runtime/Internal/Prefs.cs.meta +11 -0
- package/Standalone/Runtime/Internal/Tracker.cs +318 -0
- package/Standalone/Runtime/Internal/Tracker.cs.meta +11 -0
- package/Standalone/Runtime/Internal/User.cs +51 -0
- package/Standalone/Runtime/Internal/User.cs.meta +11 -0
- package/Standalone/Runtime/Internal.meta +8 -0
- package/Standalone/Runtime/Public/EventManager.cs +41 -0
- package/Standalone/Runtime/Public/EventManager.cs.meta +11 -0
- package/Standalone/Runtime/Public/TapCoreStandalone.cs +197 -0
- package/Standalone/Runtime/Public/TapCoreStandalone.cs.meta +11 -0
- package/Standalone/Runtime/Public/TapEventStandalone.cs +281 -0
- package/Standalone/Runtime/Public/TapEventStandalone.cs.meta +11 -0
- package/Standalone/Runtime/Public.meta +8 -0
- package/Standalone/Runtime/TapSDK.Core.Standalone.Runtime.asmdef +21 -0
- package/Standalone/Runtime/TapSDK.Core.Standalone.Runtime.asmdef.meta +7 -0
- package/Standalone/Runtime.meta +8 -0
- package/Standalone.meta +8 -0
- package/package.json +8 -0
- package/package.json.meta +7 -0
|
@@ -0,0 +1,411 @@
|
|
|
1
|
+
%YAML 1.1
|
|
2
|
+
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
+
--- !u!1 &784908744357270256
|
|
4
|
+
GameObject:
|
|
5
|
+
m_ObjectHideFlags: 0
|
|
6
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
7
|
+
m_PrefabInstance: {fileID: 0}
|
|
8
|
+
m_PrefabAsset: {fileID: 0}
|
|
9
|
+
serializedVersion: 6
|
|
10
|
+
m_Component:
|
|
11
|
+
- component: {fileID: 1362374463538379500}
|
|
12
|
+
m_Layer: 5
|
|
13
|
+
m_Name: Root
|
|
14
|
+
m_TagString: Untagged
|
|
15
|
+
m_Icon: {fileID: 0}
|
|
16
|
+
m_NavMeshLayer: 0
|
|
17
|
+
m_StaticEditorFlags: 0
|
|
18
|
+
m_IsActive: 1
|
|
19
|
+
--- !u!224 &1362374463538379500
|
|
20
|
+
RectTransform:
|
|
21
|
+
m_ObjectHideFlags: 0
|
|
22
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
23
|
+
m_PrefabInstance: {fileID: 0}
|
|
24
|
+
m_PrefabAsset: {fileID: 0}
|
|
25
|
+
m_GameObject: {fileID: 784908744357270256}
|
|
26
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
27
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
28
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
29
|
+
m_Children:
|
|
30
|
+
- {fileID: 6725243170288973124}
|
|
31
|
+
m_Father: {fileID: 9127102694935652778}
|
|
32
|
+
m_RootOrder: 0
|
|
33
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
34
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
35
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
36
|
+
m_AnchoredPosition: {x: 0, y: -150}
|
|
37
|
+
m_SizeDelta: {x: 0, y: 50}
|
|
38
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
39
|
+
--- !u!1 &1138495173445114285
|
|
40
|
+
GameObject:
|
|
41
|
+
m_ObjectHideFlags: 0
|
|
42
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
43
|
+
m_PrefabInstance: {fileID: 0}
|
|
44
|
+
m_PrefabAsset: {fileID: 0}
|
|
45
|
+
serializedVersion: 6
|
|
46
|
+
m_Component:
|
|
47
|
+
- component: {fileID: 9127102694935652778}
|
|
48
|
+
- component: {fileID: 3062185400663604511}
|
|
49
|
+
- component: {fileID: 6853361318577022366}
|
|
50
|
+
- component: {fileID: 7333425585439521949}
|
|
51
|
+
- component: {fileID: 6070856196811468902}
|
|
52
|
+
m_Layer: 5
|
|
53
|
+
m_Name: TapCommonToastWhite
|
|
54
|
+
m_TagString: Untagged
|
|
55
|
+
m_Icon: {fileID: 0}
|
|
56
|
+
m_NavMeshLayer: 0
|
|
57
|
+
m_StaticEditorFlags: 0
|
|
58
|
+
m_IsActive: 1
|
|
59
|
+
--- !u!224 &9127102694935652778
|
|
60
|
+
RectTransform:
|
|
61
|
+
m_ObjectHideFlags: 0
|
|
62
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
63
|
+
m_PrefabInstance: {fileID: 0}
|
|
64
|
+
m_PrefabAsset: {fileID: 0}
|
|
65
|
+
m_GameObject: {fileID: 1138495173445114285}
|
|
66
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
67
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
68
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
69
|
+
m_Children:
|
|
70
|
+
- {fileID: 1362374463538379500}
|
|
71
|
+
m_Father: {fileID: 0}
|
|
72
|
+
m_RootOrder: 0
|
|
73
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
74
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
75
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
76
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
77
|
+
m_SizeDelta: {x: 0, y: 0}
|
|
78
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
79
|
+
--- !u!223 &3062185400663604511
|
|
80
|
+
Canvas:
|
|
81
|
+
m_ObjectHideFlags: 0
|
|
82
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
83
|
+
m_PrefabInstance: {fileID: 0}
|
|
84
|
+
m_PrefabAsset: {fileID: 0}
|
|
85
|
+
m_GameObject: {fileID: 1138495173445114285}
|
|
86
|
+
m_Enabled: 1
|
|
87
|
+
serializedVersion: 3
|
|
88
|
+
m_RenderMode: 0
|
|
89
|
+
m_Camera: {fileID: 0}
|
|
90
|
+
m_PlaneDistance: 100
|
|
91
|
+
m_PixelPerfect: 0
|
|
92
|
+
m_ReceivesEvents: 1
|
|
93
|
+
m_OverrideSorting: 0
|
|
94
|
+
m_OverridePixelPerfect: 0
|
|
95
|
+
m_SortingBucketNormalizedSize: 0
|
|
96
|
+
m_AdditionalShaderChannelsFlag: 0
|
|
97
|
+
m_SortingLayerID: 0
|
|
98
|
+
m_SortingOrder: 0
|
|
99
|
+
m_TargetDisplay: 0
|
|
100
|
+
--- !u!114 &6853361318577022366
|
|
101
|
+
MonoBehaviour:
|
|
102
|
+
m_ObjectHideFlags: 0
|
|
103
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
104
|
+
m_PrefabInstance: {fileID: 0}
|
|
105
|
+
m_PrefabAsset: {fileID: 0}
|
|
106
|
+
m_GameObject: {fileID: 1138495173445114285}
|
|
107
|
+
m_Enabled: 1
|
|
108
|
+
m_EditorHideFlags: 0
|
|
109
|
+
m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
|
|
110
|
+
m_Name:
|
|
111
|
+
m_EditorClassIdentifier:
|
|
112
|
+
m_IgnoreReversedGraphics: 1
|
|
113
|
+
m_BlockingObjects: 0
|
|
114
|
+
m_BlockingMask:
|
|
115
|
+
serializedVersion: 2
|
|
116
|
+
m_Bits: 4294967295
|
|
117
|
+
--- !u!225 &7333425585439521949
|
|
118
|
+
CanvasGroup:
|
|
119
|
+
m_ObjectHideFlags: 0
|
|
120
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
121
|
+
m_PrefabInstance: {fileID: 0}
|
|
122
|
+
m_PrefabAsset: {fileID: 0}
|
|
123
|
+
m_GameObject: {fileID: 1138495173445114285}
|
|
124
|
+
m_Enabled: 1
|
|
125
|
+
m_Alpha: 1
|
|
126
|
+
m_Interactable: 1
|
|
127
|
+
m_BlocksRaycasts: 1
|
|
128
|
+
m_IgnoreParentGroups: 0
|
|
129
|
+
--- !u!114 &6070856196811468902
|
|
130
|
+
MonoBehaviour:
|
|
131
|
+
m_ObjectHideFlags: 0
|
|
132
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
133
|
+
m_PrefabInstance: {fileID: 0}
|
|
134
|
+
m_PrefabAsset: {fileID: 0}
|
|
135
|
+
m_GameObject: {fileID: 1138495173445114285}
|
|
136
|
+
m_Enabled: 1
|
|
137
|
+
m_EditorHideFlags: 0
|
|
138
|
+
m_Script: {fileID: 11500000, guid: 5e2bbf05d8861431bb645d167b1ab76c, type: 3}
|
|
139
|
+
m_Name:
|
|
140
|
+
m_EditorClassIdentifier:
|
|
141
|
+
canvas: {fileID: 0}
|
|
142
|
+
canvasGroup: {fileID: 0}
|
|
143
|
+
panelConfig:
|
|
144
|
+
animationType: 0
|
|
145
|
+
toppedOrder: 0
|
|
146
|
+
text: {fileID: 0}
|
|
147
|
+
background: {fileID: 0}
|
|
148
|
+
iconImage: {fileID: 0}
|
|
149
|
+
fixVal: 0
|
|
150
|
+
animationTime: 0
|
|
151
|
+
--- !u!1 &1726325218397980974
|
|
152
|
+
GameObject:
|
|
153
|
+
m_ObjectHideFlags: 0
|
|
154
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
155
|
+
m_PrefabInstance: {fileID: 0}
|
|
156
|
+
m_PrefabAsset: {fileID: 0}
|
|
157
|
+
serializedVersion: 6
|
|
158
|
+
m_Component:
|
|
159
|
+
- component: {fileID: 6725243170288973124}
|
|
160
|
+
- component: {fileID: 3451134979655710801}
|
|
161
|
+
- component: {fileID: 6740354880857316333}
|
|
162
|
+
m_Layer: 5
|
|
163
|
+
m_Name: BGM
|
|
164
|
+
m_TagString: Untagged
|
|
165
|
+
m_Icon: {fileID: 0}
|
|
166
|
+
m_NavMeshLayer: 0
|
|
167
|
+
m_StaticEditorFlags: 0
|
|
168
|
+
m_IsActive: 1
|
|
169
|
+
--- !u!224 &6725243170288973124
|
|
170
|
+
RectTransform:
|
|
171
|
+
m_ObjectHideFlags: 0
|
|
172
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
173
|
+
m_PrefabInstance: {fileID: 0}
|
|
174
|
+
m_PrefabAsset: {fileID: 0}
|
|
175
|
+
m_GameObject: {fileID: 1726325218397980974}
|
|
176
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
177
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
178
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
179
|
+
m_Children:
|
|
180
|
+
- {fileID: 5482986322874465450}
|
|
181
|
+
m_Father: {fileID: 1362374463538379500}
|
|
182
|
+
m_RootOrder: 0
|
|
183
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
184
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
185
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
186
|
+
m_AnchoredPosition: {x: 0.26, y: 52.53}
|
|
187
|
+
m_SizeDelta: {x: 210, y: 42}
|
|
188
|
+
m_Pivot: {x: 0.5, y: 1}
|
|
189
|
+
--- !u!222 &3451134979655710801
|
|
190
|
+
CanvasRenderer:
|
|
191
|
+
m_ObjectHideFlags: 0
|
|
192
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
193
|
+
m_PrefabInstance: {fileID: 0}
|
|
194
|
+
m_PrefabAsset: {fileID: 0}
|
|
195
|
+
m_GameObject: {fileID: 1726325218397980974}
|
|
196
|
+
m_CullTransparentMesh: 0
|
|
197
|
+
--- !u!114 &6740354880857316333
|
|
198
|
+
MonoBehaviour:
|
|
199
|
+
m_ObjectHideFlags: 0
|
|
200
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
201
|
+
m_PrefabInstance: {fileID: 0}
|
|
202
|
+
m_PrefabAsset: {fileID: 0}
|
|
203
|
+
m_GameObject: {fileID: 1726325218397980974}
|
|
204
|
+
m_Enabled: 1
|
|
205
|
+
m_EditorHideFlags: 0
|
|
206
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
207
|
+
m_Name:
|
|
208
|
+
m_EditorClassIdentifier:
|
|
209
|
+
m_Material: {fileID: 0}
|
|
210
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
211
|
+
m_RaycastTarget: 1
|
|
212
|
+
m_Maskable: 1
|
|
213
|
+
m_OnCullStateChanged:
|
|
214
|
+
m_PersistentCalls:
|
|
215
|
+
m_Calls: []
|
|
216
|
+
m_Sprite: {fileID: 21300000, guid: f299b35e3cd69409c84ec21da0f6d880, type: 3}
|
|
217
|
+
m_Type: 0
|
|
218
|
+
m_PreserveAspect: 0
|
|
219
|
+
m_FillCenter: 1
|
|
220
|
+
m_FillMethod: 4
|
|
221
|
+
m_FillAmount: 1
|
|
222
|
+
m_FillClockwise: 1
|
|
223
|
+
m_FillOrigin: 0
|
|
224
|
+
m_UseSpriteMesh: 0
|
|
225
|
+
m_PixelsPerUnitMultiplier: 1
|
|
226
|
+
--- !u!1 &1760182246072008436
|
|
227
|
+
GameObject:
|
|
228
|
+
m_ObjectHideFlags: 0
|
|
229
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
230
|
+
m_PrefabInstance: {fileID: 0}
|
|
231
|
+
m_PrefabAsset: {fileID: 0}
|
|
232
|
+
serializedVersion: 6
|
|
233
|
+
m_Component:
|
|
234
|
+
- component: {fileID: 5482986322874465450}
|
|
235
|
+
m_Layer: 5
|
|
236
|
+
m_Name: Container
|
|
237
|
+
m_TagString: Untagged
|
|
238
|
+
m_Icon: {fileID: 0}
|
|
239
|
+
m_NavMeshLayer: 0
|
|
240
|
+
m_StaticEditorFlags: 0
|
|
241
|
+
m_IsActive: 1
|
|
242
|
+
--- !u!224 &5482986322874465450
|
|
243
|
+
RectTransform:
|
|
244
|
+
m_ObjectHideFlags: 0
|
|
245
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
246
|
+
m_PrefabInstance: {fileID: 0}
|
|
247
|
+
m_PrefabAsset: {fileID: 0}
|
|
248
|
+
m_GameObject: {fileID: 1760182246072008436}
|
|
249
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
250
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
251
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
252
|
+
m_Children:
|
|
253
|
+
- {fileID: 9114159179718277540}
|
|
254
|
+
- {fileID: 8123150922358459483}
|
|
255
|
+
m_Father: {fileID: 6725243170288973124}
|
|
256
|
+
m_RootOrder: 0
|
|
257
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
258
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
259
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
260
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
261
|
+
m_SizeDelta: {x: 0, y: 0}
|
|
262
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
263
|
+
--- !u!1 &2834967756811503227
|
|
264
|
+
GameObject:
|
|
265
|
+
m_ObjectHideFlags: 0
|
|
266
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
267
|
+
m_PrefabInstance: {fileID: 0}
|
|
268
|
+
m_PrefabAsset: {fileID: 0}
|
|
269
|
+
serializedVersion: 6
|
|
270
|
+
m_Component:
|
|
271
|
+
- component: {fileID: 9114159179718277540}
|
|
272
|
+
- component: {fileID: 3789258745879994999}
|
|
273
|
+
- component: {fileID: 7465180183063499933}
|
|
274
|
+
m_Layer: 5
|
|
275
|
+
m_Name: Text
|
|
276
|
+
m_TagString: Untagged
|
|
277
|
+
m_Icon: {fileID: 0}
|
|
278
|
+
m_NavMeshLayer: 0
|
|
279
|
+
m_StaticEditorFlags: 0
|
|
280
|
+
m_IsActive: 1
|
|
281
|
+
--- !u!224 &9114159179718277540
|
|
282
|
+
RectTransform:
|
|
283
|
+
m_ObjectHideFlags: 0
|
|
284
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
285
|
+
m_PrefabInstance: {fileID: 0}
|
|
286
|
+
m_PrefabAsset: {fileID: 0}
|
|
287
|
+
m_GameObject: {fileID: 2834967756811503227}
|
|
288
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
289
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
290
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
291
|
+
m_Children: []
|
|
292
|
+
m_Father: {fileID: 5482986322874465450}
|
|
293
|
+
m_RootOrder: 0
|
|
294
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
295
|
+
m_AnchorMin: {x: 0, y: 0.5}
|
|
296
|
+
m_AnchorMax: {x: 0, y: 0.5}
|
|
297
|
+
m_AnchoredPosition: {x: 40, y: 0.22}
|
|
298
|
+
m_SizeDelta: {x: 150, y: 37.5672}
|
|
299
|
+
m_Pivot: {x: 0, y: 0.5}
|
|
300
|
+
--- !u!222 &3789258745879994999
|
|
301
|
+
CanvasRenderer:
|
|
302
|
+
m_ObjectHideFlags: 0
|
|
303
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
304
|
+
m_PrefabInstance: {fileID: 0}
|
|
305
|
+
m_PrefabAsset: {fileID: 0}
|
|
306
|
+
m_GameObject: {fileID: 2834967756811503227}
|
|
307
|
+
m_CullTransparentMesh: 0
|
|
308
|
+
--- !u!114 &7465180183063499933
|
|
309
|
+
MonoBehaviour:
|
|
310
|
+
m_ObjectHideFlags: 0
|
|
311
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
312
|
+
m_PrefabInstance: {fileID: 0}
|
|
313
|
+
m_PrefabAsset: {fileID: 0}
|
|
314
|
+
m_GameObject: {fileID: 2834967756811503227}
|
|
315
|
+
m_Enabled: 1
|
|
316
|
+
m_EditorHideFlags: 0
|
|
317
|
+
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
318
|
+
m_Name:
|
|
319
|
+
m_EditorClassIdentifier:
|
|
320
|
+
m_Material: {fileID: 0}
|
|
321
|
+
m_Color: {r: 0, g: 0, b: 0, a: 1}
|
|
322
|
+
m_RaycastTarget: 1
|
|
323
|
+
m_Maskable: 1
|
|
324
|
+
m_OnCullStateChanged:
|
|
325
|
+
m_PersistentCalls:
|
|
326
|
+
m_Calls: []
|
|
327
|
+
m_FontData:
|
|
328
|
+
m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
|
|
329
|
+
m_FontSize: 18
|
|
330
|
+
m_FontStyle: 0
|
|
331
|
+
m_BestFit: 0
|
|
332
|
+
m_MinSize: 1
|
|
333
|
+
m_MaxSize: 36
|
|
334
|
+
m_Alignment: 4
|
|
335
|
+
m_AlignByGeometry: 1
|
|
336
|
+
m_RichText: 1
|
|
337
|
+
m_HorizontalOverflow: 0
|
|
338
|
+
m_VerticalOverflow: 0
|
|
339
|
+
m_LineSpacing: 1
|
|
340
|
+
m_Text: "\u63D0\u4EA4\u6210\u529F"
|
|
341
|
+
--- !u!1 &7763401120556589406
|
|
342
|
+
GameObject:
|
|
343
|
+
m_ObjectHideFlags: 0
|
|
344
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
345
|
+
m_PrefabInstance: {fileID: 0}
|
|
346
|
+
m_PrefabAsset: {fileID: 0}
|
|
347
|
+
serializedVersion: 6
|
|
348
|
+
m_Component:
|
|
349
|
+
- component: {fileID: 8123150922358459483}
|
|
350
|
+
- component: {fileID: 4759975136191292132}
|
|
351
|
+
- component: {fileID: 1556038907289308440}
|
|
352
|
+
m_Layer: 5
|
|
353
|
+
m_Name: Image
|
|
354
|
+
m_TagString: Untagged
|
|
355
|
+
m_Icon: {fileID: 0}
|
|
356
|
+
m_NavMeshLayer: 0
|
|
357
|
+
m_StaticEditorFlags: 0
|
|
358
|
+
m_IsActive: 1
|
|
359
|
+
--- !u!224 &8123150922358459483
|
|
360
|
+
RectTransform:
|
|
361
|
+
m_ObjectHideFlags: 0
|
|
362
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
363
|
+
m_PrefabInstance: {fileID: 0}
|
|
364
|
+
m_PrefabAsset: {fileID: 0}
|
|
365
|
+
m_GameObject: {fileID: 7763401120556589406}
|
|
366
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
367
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
368
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
369
|
+
m_Children: []
|
|
370
|
+
m_Father: {fileID: 5482986322874465450}
|
|
371
|
+
m_RootOrder: 1
|
|
372
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
373
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
374
|
+
m_AnchorMax: {x: 0, y: 1}
|
|
375
|
+
m_AnchoredPosition: {x: 8, y: -21}
|
|
376
|
+
m_SizeDelta: {x: 24, y: 24}
|
|
377
|
+
m_Pivot: {x: 0, y: 0.5}
|
|
378
|
+
--- !u!222 &4759975136191292132
|
|
379
|
+
CanvasRenderer:
|
|
380
|
+
m_ObjectHideFlags: 0
|
|
381
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
382
|
+
m_PrefabInstance: {fileID: 0}
|
|
383
|
+
m_PrefabAsset: {fileID: 0}
|
|
384
|
+
m_GameObject: {fileID: 7763401120556589406}
|
|
385
|
+
m_CullTransparentMesh: 0
|
|
386
|
+
--- !u!114 &1556038907289308440
|
|
387
|
+
MonoBehaviour:
|
|
388
|
+
m_ObjectHideFlags: 0
|
|
389
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
390
|
+
m_PrefabInstance: {fileID: 0}
|
|
391
|
+
m_PrefabAsset: {fileID: 0}
|
|
392
|
+
m_GameObject: {fileID: 7763401120556589406}
|
|
393
|
+
m_Enabled: 1
|
|
394
|
+
m_EditorHideFlags: 0
|
|
395
|
+
m_Script: {fileID: 11500000, guid: 1344c3c82d62a2a41a3576d8abb8e3ea, type: 3}
|
|
396
|
+
m_Name:
|
|
397
|
+
m_EditorClassIdentifier:
|
|
398
|
+
m_Material: {fileID: 0}
|
|
399
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
400
|
+
m_RaycastTarget: 1
|
|
401
|
+
m_Maskable: 1
|
|
402
|
+
m_OnCullStateChanged:
|
|
403
|
+
m_PersistentCalls:
|
|
404
|
+
m_Calls: []
|
|
405
|
+
m_Texture: {fileID: 2800000, guid: 2d5e20c49ced14858807cec65b2e9a84, type: 3}
|
|
406
|
+
m_UVRect:
|
|
407
|
+
serializedVersion: 2
|
|
408
|
+
x: 0
|
|
409
|
+
y: 0
|
|
410
|
+
width: 1
|
|
411
|
+
height: 1
|
|
Binary file
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 8a4f1e6b80f4f461dabbcce5a599ba3a
|
|
3
|
+
TextureImporter:
|
|
4
|
+
internalIDToNameTable: []
|
|
5
|
+
externalObjects: {}
|
|
6
|
+
serializedVersion: 11
|
|
7
|
+
mipmaps:
|
|
8
|
+
mipMapMode: 0
|
|
9
|
+
enableMipMap: 0
|
|
10
|
+
sRGBTexture: 1
|
|
11
|
+
linearTexture: 0
|
|
12
|
+
fadeOut: 0
|
|
13
|
+
borderMipMap: 0
|
|
14
|
+
mipMapsPreserveCoverage: 0
|
|
15
|
+
alphaTestReferenceValue: 0.5
|
|
16
|
+
mipMapFadeDistanceStart: 1
|
|
17
|
+
mipMapFadeDistanceEnd: 3
|
|
18
|
+
bumpmap:
|
|
19
|
+
convertToNormalMap: 0
|
|
20
|
+
externalNormalMap: 0
|
|
21
|
+
heightScale: 0.25
|
|
22
|
+
normalMapFilter: 0
|
|
23
|
+
isReadable: 0
|
|
24
|
+
streamingMipmaps: 0
|
|
25
|
+
streamingMipmapsPriority: 0
|
|
26
|
+
grayScaleToAlpha: 0
|
|
27
|
+
generateCubemap: 6
|
|
28
|
+
cubemapConvolution: 0
|
|
29
|
+
seamlessCubemap: 0
|
|
30
|
+
textureFormat: 1
|
|
31
|
+
maxTextureSize: 2048
|
|
32
|
+
textureSettings:
|
|
33
|
+
serializedVersion: 2
|
|
34
|
+
filterMode: 1
|
|
35
|
+
aniso: 1
|
|
36
|
+
mipBias: 0
|
|
37
|
+
wrapU: 1
|
|
38
|
+
wrapV: 1
|
|
39
|
+
wrapW: 0
|
|
40
|
+
nPOTScale: 0
|
|
41
|
+
lightmap: 0
|
|
42
|
+
compressionQuality: 50
|
|
43
|
+
spriteMode: 1
|
|
44
|
+
spriteExtrude: 1
|
|
45
|
+
spriteMeshType: 1
|
|
46
|
+
alignment: 0
|
|
47
|
+
spritePivot: {x: 0.5, y: 0.5}
|
|
48
|
+
spritePixelsToUnits: 100
|
|
49
|
+
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
|
50
|
+
spriteGenerateFallbackPhysicsShape: 1
|
|
51
|
+
alphaUsage: 1
|
|
52
|
+
alphaIsTransparency: 1
|
|
53
|
+
spriteTessellationDetail: -1
|
|
54
|
+
textureType: 8
|
|
55
|
+
textureShape: 1
|
|
56
|
+
singleChannelComponent: 0
|
|
57
|
+
maxTextureSizeSet: 0
|
|
58
|
+
compressionQualitySet: 0
|
|
59
|
+
textureFormatSet: 0
|
|
60
|
+
applyGammaDecoding: 0
|
|
61
|
+
platformSettings:
|
|
62
|
+
- serializedVersion: 3
|
|
63
|
+
buildTarget: DefaultTexturePlatform
|
|
64
|
+
maxTextureSize: 2048
|
|
65
|
+
resizeAlgorithm: 0
|
|
66
|
+
textureFormat: -1
|
|
67
|
+
textureCompression: 1
|
|
68
|
+
compressionQuality: 50
|
|
69
|
+
crunchedCompression: 0
|
|
70
|
+
allowsAlphaSplitting: 0
|
|
71
|
+
overridden: 0
|
|
72
|
+
androidETC2FallbackOverride: 0
|
|
73
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
74
|
+
- serializedVersion: 3
|
|
75
|
+
buildTarget: Standalone
|
|
76
|
+
maxTextureSize: 2048
|
|
77
|
+
resizeAlgorithm: 0
|
|
78
|
+
textureFormat: -1
|
|
79
|
+
textureCompression: 1
|
|
80
|
+
compressionQuality: 50
|
|
81
|
+
crunchedCompression: 0
|
|
82
|
+
allowsAlphaSplitting: 0
|
|
83
|
+
overridden: 0
|
|
84
|
+
androidETC2FallbackOverride: 0
|
|
85
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
86
|
+
- serializedVersion: 3
|
|
87
|
+
buildTarget: iPhone
|
|
88
|
+
maxTextureSize: 2048
|
|
89
|
+
resizeAlgorithm: 0
|
|
90
|
+
textureFormat: -1
|
|
91
|
+
textureCompression: 1
|
|
92
|
+
compressionQuality: 50
|
|
93
|
+
crunchedCompression: 0
|
|
94
|
+
allowsAlphaSplitting: 0
|
|
95
|
+
overridden: 0
|
|
96
|
+
androidETC2FallbackOverride: 0
|
|
97
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
98
|
+
- serializedVersion: 3
|
|
99
|
+
buildTarget: Android
|
|
100
|
+
maxTextureSize: 2048
|
|
101
|
+
resizeAlgorithm: 0
|
|
102
|
+
textureFormat: -1
|
|
103
|
+
textureCompression: 1
|
|
104
|
+
compressionQuality: 50
|
|
105
|
+
crunchedCompression: 0
|
|
106
|
+
allowsAlphaSplitting: 0
|
|
107
|
+
overridden: 0
|
|
108
|
+
androidETC2FallbackOverride: 0
|
|
109
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
110
|
+
spriteSheet:
|
|
111
|
+
serializedVersion: 2
|
|
112
|
+
sprites: []
|
|
113
|
+
outline: []
|
|
114
|
+
physicsShape: []
|
|
115
|
+
bones: []
|
|
116
|
+
spriteID: 5e97eb03825dee720800000000000000
|
|
117
|
+
internalID: 0
|
|
118
|
+
vertices: []
|
|
119
|
+
indices:
|
|
120
|
+
edges: []
|
|
121
|
+
weights: []
|
|
122
|
+
secondaryTextures: []
|
|
123
|
+
spritePackingTag:
|
|
124
|
+
pSDRemoveMatte: 0
|
|
125
|
+
pSDShowRemoveMatteOption: 0
|
|
126
|
+
userData:
|
|
127
|
+
assetBundleName:
|
|
128
|
+
assetBundleVariant:
|
|
Binary file
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: def1d4bba5fa6450b92e6a98dd48cb6e
|
|
3
|
+
TextureImporter:
|
|
4
|
+
internalIDToNameTable: []
|
|
5
|
+
externalObjects: {}
|
|
6
|
+
serializedVersion: 11
|
|
7
|
+
mipmaps:
|
|
8
|
+
mipMapMode: 0
|
|
9
|
+
enableMipMap: 0
|
|
10
|
+
sRGBTexture: 1
|
|
11
|
+
linearTexture: 0
|
|
12
|
+
fadeOut: 0
|
|
13
|
+
borderMipMap: 0
|
|
14
|
+
mipMapsPreserveCoverage: 0
|
|
15
|
+
alphaTestReferenceValue: 0.5
|
|
16
|
+
mipMapFadeDistanceStart: 1
|
|
17
|
+
mipMapFadeDistanceEnd: 3
|
|
18
|
+
bumpmap:
|
|
19
|
+
convertToNormalMap: 0
|
|
20
|
+
externalNormalMap: 0
|
|
21
|
+
heightScale: 0.25
|
|
22
|
+
normalMapFilter: 0
|
|
23
|
+
isReadable: 0
|
|
24
|
+
streamingMipmaps: 0
|
|
25
|
+
streamingMipmapsPriority: 0
|
|
26
|
+
grayScaleToAlpha: 0
|
|
27
|
+
generateCubemap: 6
|
|
28
|
+
cubemapConvolution: 0
|
|
29
|
+
seamlessCubemap: 0
|
|
30
|
+
textureFormat: 1
|
|
31
|
+
maxTextureSize: 2048
|
|
32
|
+
textureSettings:
|
|
33
|
+
serializedVersion: 2
|
|
34
|
+
filterMode: 1
|
|
35
|
+
aniso: 1
|
|
36
|
+
mipBias: 0
|
|
37
|
+
wrapU: 1
|
|
38
|
+
wrapV: 1
|
|
39
|
+
wrapW: 0
|
|
40
|
+
nPOTScale: 0
|
|
41
|
+
lightmap: 0
|
|
42
|
+
compressionQuality: 50
|
|
43
|
+
spriteMode: 1
|
|
44
|
+
spriteExtrude: 1
|
|
45
|
+
spriteMeshType: 1
|
|
46
|
+
alignment: 0
|
|
47
|
+
spritePivot: {x: 0.5, y: 0.5}
|
|
48
|
+
spritePixelsToUnits: 100
|
|
49
|
+
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
|
50
|
+
spriteGenerateFallbackPhysicsShape: 1
|
|
51
|
+
alphaUsage: 1
|
|
52
|
+
alphaIsTransparency: 1
|
|
53
|
+
spriteTessellationDetail: -1
|
|
54
|
+
textureType: 8
|
|
55
|
+
textureShape: 1
|
|
56
|
+
singleChannelComponent: 0
|
|
57
|
+
maxTextureSizeSet: 0
|
|
58
|
+
compressionQualitySet: 0
|
|
59
|
+
textureFormatSet: 0
|
|
60
|
+
applyGammaDecoding: 0
|
|
61
|
+
platformSettings:
|
|
62
|
+
- serializedVersion: 3
|
|
63
|
+
buildTarget: DefaultTexturePlatform
|
|
64
|
+
maxTextureSize: 2048
|
|
65
|
+
resizeAlgorithm: 0
|
|
66
|
+
textureFormat: -1
|
|
67
|
+
textureCompression: 1
|
|
68
|
+
compressionQuality: 50
|
|
69
|
+
crunchedCompression: 0
|
|
70
|
+
allowsAlphaSplitting: 0
|
|
71
|
+
overridden: 0
|
|
72
|
+
androidETC2FallbackOverride: 0
|
|
73
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
74
|
+
- serializedVersion: 3
|
|
75
|
+
buildTarget: Standalone
|
|
76
|
+
maxTextureSize: 2048
|
|
77
|
+
resizeAlgorithm: 0
|
|
78
|
+
textureFormat: -1
|
|
79
|
+
textureCompression: 1
|
|
80
|
+
compressionQuality: 50
|
|
81
|
+
crunchedCompression: 0
|
|
82
|
+
allowsAlphaSplitting: 0
|
|
83
|
+
overridden: 0
|
|
84
|
+
androidETC2FallbackOverride: 0
|
|
85
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
86
|
+
- serializedVersion: 3
|
|
87
|
+
buildTarget: iPhone
|
|
88
|
+
maxTextureSize: 2048
|
|
89
|
+
resizeAlgorithm: 0
|
|
90
|
+
textureFormat: -1
|
|
91
|
+
textureCompression: 1
|
|
92
|
+
compressionQuality: 50
|
|
93
|
+
crunchedCompression: 0
|
|
94
|
+
allowsAlphaSplitting: 0
|
|
95
|
+
overridden: 0
|
|
96
|
+
androidETC2FallbackOverride: 0
|
|
97
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
98
|
+
- serializedVersion: 3
|
|
99
|
+
buildTarget: Android
|
|
100
|
+
maxTextureSize: 2048
|
|
101
|
+
resizeAlgorithm: 0
|
|
102
|
+
textureFormat: -1
|
|
103
|
+
textureCompression: 1
|
|
104
|
+
compressionQuality: 50
|
|
105
|
+
crunchedCompression: 0
|
|
106
|
+
allowsAlphaSplitting: 0
|
|
107
|
+
overridden: 0
|
|
108
|
+
androidETC2FallbackOverride: 0
|
|
109
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
110
|
+
spriteSheet:
|
|
111
|
+
serializedVersion: 2
|
|
112
|
+
sprites: []
|
|
113
|
+
outline: []
|
|
114
|
+
physicsShape: []
|
|
115
|
+
bones: []
|
|
116
|
+
spriteID: 5e97eb03825dee720800000000000000
|
|
117
|
+
internalID: 0
|
|
118
|
+
vertices: []
|
|
119
|
+
indices:
|
|
120
|
+
edges: []
|
|
121
|
+
weights: []
|
|
122
|
+
secondaryTextures: []
|
|
123
|
+
spritePackingTag:
|
|
124
|
+
pSDRemoveMatte: 0
|
|
125
|
+
pSDShowRemoveMatteOption: 0
|
|
126
|
+
userData:
|
|
127
|
+
assetBundleName:
|
|
128
|
+
assetBundleVariant:
|
|
Binary file
|