com.typhoon.unitysdk 1.1.16 → 1.1.17

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.
Files changed (77) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/Editor/ExportModule.cs +20 -0
  3. package/Editor/Texture/dark/blue_active.png.meta +147 -144
  4. package/Editor/Texture/dark/blue_hover.png.meta +147 -144
  5. package/Editor/Texture/dark/blue_normal.png.meta +147 -144
  6. package/Editor/Texture/dark/green_active.png.meta +147 -144
  7. package/Editor/Texture/dark/green_hover.png.meta +147 -144
  8. package/Editor/Texture/dark/green_normal.png.meta +147 -144
  9. package/Editor/Texture/dark/help_box.png.meta +147 -144
  10. package/Editor/Texture/dark/menu_active.png.meta +147 -144
  11. package/Editor/Texture/dark/n_active.png.meta +147 -144
  12. package/Editor/Texture/dark/n_hover.png.meta +147 -144
  13. package/Editor/Texture/dark/n_normal.png.meta +147 -144
  14. package/Editor/Texture/dark/red_active.png.meta +147 -144
  15. package/Editor/Texture/dark/red_hover.png.meta +147 -144
  16. package/Editor/Texture/dark/red_normal.png.meta +147 -144
  17. package/Editor/Texture/dark/square_b_active.png.meta +147 -144
  18. package/Editor/Texture/dark/square_b_hover.png.meta +147 -144
  19. package/Editor/Texture/dark/square_b_normal.png.meta +147 -144
  20. package/Editor/Texture/dark/square_g_active.png.meta +147 -144
  21. package/Editor/Texture/dark/square_g_hover.png.meta +147 -144
  22. package/Editor/Texture/dark/square_g_normal.png.meta +147 -144
  23. package/Editor/Texture/dark/square_menu_active.png.meta +147 -144
  24. package/Editor/Texture/dark/square_n_active.png.meta +147 -144
  25. package/Editor/Texture/dark/square_n_hover.png.meta +147 -144
  26. package/Editor/Texture/dark/square_n_normal.png.meta +147 -144
  27. package/Editor/Texture/dark/square_r_active.png.meta +147 -144
  28. package/Editor/Texture/dark/square_r_hover.png.meta +147 -144
  29. package/Editor/Texture/dark/square_r_normal.png.meta +147 -144
  30. package/Editor/Texture/dark/square_y_active.png.meta +147 -144
  31. package/Editor/Texture/dark/square_y_hover.png.meta +147 -144
  32. package/Editor/Texture/dark/square_y_normal.png.meta +147 -144
  33. package/Editor/Texture/dark/title_bar.png.meta +147 -144
  34. package/Editor/Texture/dark/yellow_active.png.meta +147 -144
  35. package/Editor/Texture/dark/yellow_hover.png.meta +147 -144
  36. package/Editor/Texture/dark/yellow_normal.png.meta +147 -144
  37. package/Editor/Texture/icon/error.png.meta +147 -144
  38. package/Editor/Texture/icon/info.png.meta +147 -144
  39. package/Editor/Texture/icon/warning.png.meta +147 -144
  40. package/Editor/Texture/light/blue_active.png.meta +147 -144
  41. package/Editor/Texture/light/blue_hover.png.meta +147 -144
  42. package/Editor/Texture/light/blue_normal.png.meta +147 -144
  43. package/Editor/Texture/light/green_active.png.meta +147 -144
  44. package/Editor/Texture/light/green_hover.png.meta +147 -144
  45. package/Editor/Texture/light/green_normal.png.meta +147 -144
  46. package/Editor/Texture/light/help_box.png.meta +147 -144
  47. package/Editor/Texture/light/menu_active.png.meta +147 -144
  48. package/Editor/Texture/light/n_active.png.meta +147 -144
  49. package/Editor/Texture/light/n_hover.png.meta +147 -144
  50. package/Editor/Texture/light/n_normal.png.meta +147 -144
  51. package/Editor/Texture/light/red_active.png.meta +147 -144
  52. package/Editor/Texture/light/red_hover.png.meta +147 -144
  53. package/Editor/Texture/light/red_normal.png.meta +147 -144
  54. package/Editor/Texture/light/square_b_active.png.meta +147 -144
  55. package/Editor/Texture/light/square_b_hover.png.meta +147 -144
  56. package/Editor/Texture/light/square_b_normal.png.meta +147 -144
  57. package/Editor/Texture/light/square_g_active.png.meta +147 -144
  58. package/Editor/Texture/light/square_g_hover.png.meta +147 -144
  59. package/Editor/Texture/light/square_g_normal.png.meta +147 -144
  60. package/Editor/Texture/light/square_menu_active.png.meta +147 -144
  61. package/Editor/Texture/light/square_n_active.png.meta +147 -144
  62. package/Editor/Texture/light/square_n_hover.png.meta +147 -144
  63. package/Editor/Texture/light/square_n_normal.png.meta +147 -144
  64. package/Editor/Texture/light/square_r_active.png.meta +147 -144
  65. package/Editor/Texture/light/square_r_hover.png.meta +147 -144
  66. package/Editor/Texture/light/square_r_normal.png.meta +147 -144
  67. package/Editor/Texture/light/square_y_active.png.meta +147 -144
  68. package/Editor/Texture/light/square_y_hover.png.meta +147 -144
  69. package/Editor/Texture/light/square_y_normal.png.meta +147 -144
  70. package/Editor/Texture/light/title_bar.png.meta +147 -144
  71. package/Editor/Texture/light/yellow_active.png.meta +147 -144
  72. package/Editor/Texture/light/yellow_hover.png.meta +147 -144
  73. package/Editor/Texture/light/yellow_normal.png.meta +147 -144
  74. package/Editor/UniEditor.cs +7 -1
  75. package/Sources~/Package/AATool.unitypackage +0 -0
  76. package/Sources~/Package/AATool.unitypackage.manifest +3 -0
  77. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,13 @@
1
1
  # 更新日志
2
- ## [1.1.16] - 2025-08-12
2
+ ## [1.1.17] - 2025-08-13
3
3
 
4
4
  ### 新增
5
+ * 拆分出AATool
6
+
7
+
8
+ ## [1.1.16] - 2025-08-12
9
+
10
+ ### 新增
5
11
  * 微游渠道新增生命周期函数以及默认相关处理方案,通用性解决广告播放时游戏端仍然在跑的问题
6
12
 
7
13
 
@@ -215,6 +215,26 @@ namespace TyphoonUnitySDK
215
215
  }
216
216
 
217
217
 
218
+ [MenuItem("TyphoonSDK/开发者/导出-AATool.unitypackage")]
219
+ public static void ExportAATool()
220
+ {
221
+ var manifest = new List<string>()
222
+ {
223
+ "Assets/Typhoon_Gen/TyphoonSDK/Editor/AATool",
224
+ };
225
+ if (!MakeSureExport(manifest))
226
+ {
227
+ return;
228
+ }
229
+
230
+ if (!CheckMissFiles(manifest))
231
+ {
232
+ return;
233
+ }
234
+
235
+ ExportUnityPackage(manifest, UniEditor.PackagePath_AATool, out var detail);
236
+ }
237
+
218
238
  /// <summary>
219
239
  /// 导出清单文件到模块
220
240
  /// </summary>
@@ -1,144 +1,147 @@
1
- fileFormatVersion: 2
2
- guid: 8f123fe8ff7e2f44fb4548033395bf48
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
- vTOnly: 0
27
- grayScaleToAlpha: 0
28
- generateCubemap: 6
29
- cubemapConvolution: 0
30
- seamlessCubemap: 0
31
- textureFormat: 1
32
- maxTextureSize: 2048
33
- textureSettings:
34
- serializedVersion: 2
35
- filterMode: 1
36
- aniso: 1
37
- mipBias: 0
38
- wrapU: 0
39
- wrapV: 0
40
- wrapW: 0
41
- nPOTScale: 1
42
- lightmap: 0
43
- compressionQuality: 50
44
- spriteMode: 0
45
- spriteExtrude: 1
46
- spriteMeshType: 1
47
- alignment: 0
48
- spritePivot: {x: 0.5, y: 0.5}
49
- spritePixelsToUnits: 100
50
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
51
- spriteGenerateFallbackPhysicsShape: 1
52
- alphaUsage: 1
53
- alphaIsTransparency: 1
54
- spriteTessellationDetail: -1
55
- textureType: 0
56
- textureShape: 1
57
- singleChannelComponent: 0
58
- flipbookRows: 1
59
- flipbookColumns: 1
60
- maxTextureSizeSet: 0
61
- compressionQualitySet: 0
62
- textureFormatSet: 0
63
- ignorePngGamma: 0
64
- applyGammaDecoding: 0
65
- platformSettings:
66
- - serializedVersion: 3
67
- buildTarget: DefaultTexturePlatform
68
- maxTextureSize: 2048
69
- resizeAlgorithm: 0
70
- textureFormat: -1
71
- textureCompression: 1
72
- compressionQuality: 50
73
- crunchedCompression: 0
74
- allowsAlphaSplitting: 0
75
- overridden: 0
76
- androidETC2FallbackOverride: 0
77
- forceMaximumCompressionQuality_BC6H_BC7: 0
78
- - serializedVersion: 3
79
- buildTarget: Standalone
80
- maxTextureSize: 2048
81
- resizeAlgorithm: 0
82
- textureFormat: -1
83
- textureCompression: 1
84
- compressionQuality: 50
85
- crunchedCompression: 0
86
- allowsAlphaSplitting: 0
87
- overridden: 0
88
- androidETC2FallbackOverride: 0
89
- forceMaximumCompressionQuality_BC6H_BC7: 0
90
- - serializedVersion: 3
91
- buildTarget: iPhone
92
- maxTextureSize: 2048
93
- resizeAlgorithm: 0
94
- textureFormat: -1
95
- textureCompression: 1
96
- compressionQuality: 50
97
- crunchedCompression: 0
98
- allowsAlphaSplitting: 0
99
- overridden: 0
100
- androidETC2FallbackOverride: 0
101
- forceMaximumCompressionQuality_BC6H_BC7: 0
102
- - serializedVersion: 3
103
- buildTarget: WebGL
104
- maxTextureSize: 2048
105
- resizeAlgorithm: 0
106
- textureFormat: -1
107
- textureCompression: 1
108
- compressionQuality: 50
109
- crunchedCompression: 0
110
- allowsAlphaSplitting: 0
111
- overridden: 0
112
- androidETC2FallbackOverride: 0
113
- forceMaximumCompressionQuality_BC6H_BC7: 0
114
- - serializedVersion: 3
115
- buildTarget: Android
116
- maxTextureSize: 2048
117
- resizeAlgorithm: 0
118
- textureFormat: -1
119
- textureCompression: 1
120
- compressionQuality: 50
121
- crunchedCompression: 0
122
- allowsAlphaSplitting: 0
123
- overridden: 0
124
- androidETC2FallbackOverride: 0
125
- forceMaximumCompressionQuality_BC6H_BC7: 0
126
- spriteSheet:
127
- serializedVersion: 2
128
- sprites: []
129
- outline: []
130
- physicsShape: []
131
- bones: []
132
- spriteID:
133
- internalID: 0
134
- vertices: []
135
- indices:
136
- edges: []
137
- weights: []
138
- secondaryTextures: []
139
- spritePackingTag:
140
- pSDRemoveMatte: 0
141
- pSDShowRemoveMatteOption: 0
142
- userData:
143
- assetBundleName:
144
- assetBundleVariant:
1
+ fileFormatVersion: 2
2
+ guid: 8f123fe8ff7e2f44fb4548033395bf48
3
+ TextureImporter:
4
+ internalIDToNameTable: []
5
+ externalObjects: {}
6
+ serializedVersion: 12
7
+ mipmaps:
8
+ mipMapMode: 0
9
+ enableMipMap: 1
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
+ vTOnly: 0
27
+ ignoreMasterTextureLimit: 0
28
+ grayScaleToAlpha: 0
29
+ generateCubemap: 6
30
+ cubemapConvolution: 0
31
+ seamlessCubemap: 0
32
+ textureFormat: 1
33
+ maxTextureSize: 2048
34
+ textureSettings:
35
+ serializedVersion: 2
36
+ filterMode: 1
37
+ aniso: 1
38
+ mipBias: 0
39
+ wrapU: 0
40
+ wrapV: 0
41
+ wrapW: 0
42
+ nPOTScale: 1
43
+ lightmap: 0
44
+ compressionQuality: 50
45
+ spriteMode: 0
46
+ spriteExtrude: 1
47
+ spriteMeshType: 1
48
+ alignment: 0
49
+ spritePivot: {x: 0.5, y: 0.5}
50
+ spritePixelsToUnits: 100
51
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
52
+ spriteGenerateFallbackPhysicsShape: 1
53
+ alphaUsage: 1
54
+ alphaIsTransparency: 0
55
+ spriteTessellationDetail: -1
56
+ textureType: 0
57
+ textureShape: 1
58
+ singleChannelComponent: 0
59
+ flipbookRows: 1
60
+ flipbookColumns: 1
61
+ maxTextureSizeSet: 0
62
+ compressionQualitySet: 0
63
+ textureFormatSet: 0
64
+ ignorePngGamma: 0
65
+ applyGammaDecoding: 0
66
+ cookieLightType: 0
67
+ platformSettings:
68
+ - serializedVersion: 3
69
+ buildTarget: DefaultTexturePlatform
70
+ maxTextureSize: 2048
71
+ resizeAlgorithm: 0
72
+ textureFormat: -1
73
+ textureCompression: 1
74
+ compressionQuality: 50
75
+ crunchedCompression: 0
76
+ allowsAlphaSplitting: 0
77
+ overridden: 0
78
+ androidETC2FallbackOverride: 0
79
+ forceMaximumCompressionQuality_BC6H_BC7: 0
80
+ - serializedVersion: 3
81
+ buildTarget: Standalone
82
+ maxTextureSize: 2048
83
+ resizeAlgorithm: 0
84
+ textureFormat: -1
85
+ textureCompression: 1
86
+ compressionQuality: 50
87
+ crunchedCompression: 0
88
+ allowsAlphaSplitting: 0
89
+ overridden: 0
90
+ androidETC2FallbackOverride: 0
91
+ forceMaximumCompressionQuality_BC6H_BC7: 0
92
+ - serializedVersion: 3
93
+ buildTarget: iPhone
94
+ maxTextureSize: 2048
95
+ resizeAlgorithm: 0
96
+ textureFormat: -1
97
+ textureCompression: 1
98
+ compressionQuality: 50
99
+ crunchedCompression: 0
100
+ allowsAlphaSplitting: 0
101
+ overridden: 0
102
+ androidETC2FallbackOverride: 0
103
+ forceMaximumCompressionQuality_BC6H_BC7: 0
104
+ - serializedVersion: 3
105
+ buildTarget: WebGL
106
+ maxTextureSize: 2048
107
+ resizeAlgorithm: 0
108
+ textureFormat: -1
109
+ textureCompression: 1
110
+ compressionQuality: 50
111
+ crunchedCompression: 0
112
+ allowsAlphaSplitting: 0
113
+ overridden: 0
114
+ androidETC2FallbackOverride: 0
115
+ forceMaximumCompressionQuality_BC6H_BC7: 0
116
+ - serializedVersion: 3
117
+ buildTarget: Android
118
+ maxTextureSize: 2048
119
+ resizeAlgorithm: 0
120
+ textureFormat: -1
121
+ textureCompression: 1
122
+ compressionQuality: 50
123
+ crunchedCompression: 0
124
+ allowsAlphaSplitting: 0
125
+ overridden: 0
126
+ androidETC2FallbackOverride: 0
127
+ forceMaximumCompressionQuality_BC6H_BC7: 0
128
+ spriteSheet:
129
+ serializedVersion: 2
130
+ sprites: []
131
+ outline: []
132
+ physicsShape: []
133
+ bones: []
134
+ spriteID:
135
+ internalID: 0
136
+ vertices: []
137
+ indices:
138
+ edges: []
139
+ weights: []
140
+ secondaryTextures: []
141
+ nameFileIdTable: {}
142
+ spritePackingTag:
143
+ pSDRemoveMatte: 0
144
+ pSDShowRemoveMatteOption: 0
145
+ userData:
146
+ assetBundleName:
147
+ assetBundleVariant:
@@ -1,144 +1,147 @@
1
- fileFormatVersion: 2
2
- guid: a6d3fad998034d7459836a505fc09d9c
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
- vTOnly: 0
27
- grayScaleToAlpha: 0
28
- generateCubemap: 6
29
- cubemapConvolution: 0
30
- seamlessCubemap: 0
31
- textureFormat: 1
32
- maxTextureSize: 2048
33
- textureSettings:
34
- serializedVersion: 2
35
- filterMode: 1
36
- aniso: 1
37
- mipBias: 0
38
- wrapU: 0
39
- wrapV: 0
40
- wrapW: 0
41
- nPOTScale: 1
42
- lightmap: 0
43
- compressionQuality: 50
44
- spriteMode: 0
45
- spriteExtrude: 1
46
- spriteMeshType: 1
47
- alignment: 0
48
- spritePivot: {x: 0.5, y: 0.5}
49
- spritePixelsToUnits: 100
50
- spriteBorder: {x: 0, y: 0, z: 0, w: 0}
51
- spriteGenerateFallbackPhysicsShape: 1
52
- alphaUsage: 1
53
- alphaIsTransparency: 1
54
- spriteTessellationDetail: -1
55
- textureType: 0
56
- textureShape: 1
57
- singleChannelComponent: 0
58
- flipbookRows: 1
59
- flipbookColumns: 1
60
- maxTextureSizeSet: 0
61
- compressionQualitySet: 0
62
- textureFormatSet: 0
63
- ignorePngGamma: 0
64
- applyGammaDecoding: 0
65
- platformSettings:
66
- - serializedVersion: 3
67
- buildTarget: DefaultTexturePlatform
68
- maxTextureSize: 2048
69
- resizeAlgorithm: 0
70
- textureFormat: -1
71
- textureCompression: 1
72
- compressionQuality: 50
73
- crunchedCompression: 0
74
- allowsAlphaSplitting: 0
75
- overridden: 0
76
- androidETC2FallbackOverride: 0
77
- forceMaximumCompressionQuality_BC6H_BC7: 0
78
- - serializedVersion: 3
79
- buildTarget: Standalone
80
- maxTextureSize: 2048
81
- resizeAlgorithm: 0
82
- textureFormat: -1
83
- textureCompression: 1
84
- compressionQuality: 50
85
- crunchedCompression: 0
86
- allowsAlphaSplitting: 0
87
- overridden: 0
88
- androidETC2FallbackOverride: 0
89
- forceMaximumCompressionQuality_BC6H_BC7: 0
90
- - serializedVersion: 3
91
- buildTarget: iPhone
92
- maxTextureSize: 2048
93
- resizeAlgorithm: 0
94
- textureFormat: -1
95
- textureCompression: 1
96
- compressionQuality: 50
97
- crunchedCompression: 0
98
- allowsAlphaSplitting: 0
99
- overridden: 0
100
- androidETC2FallbackOverride: 0
101
- forceMaximumCompressionQuality_BC6H_BC7: 0
102
- - serializedVersion: 3
103
- buildTarget: WebGL
104
- maxTextureSize: 2048
105
- resizeAlgorithm: 0
106
- textureFormat: -1
107
- textureCompression: 1
108
- compressionQuality: 50
109
- crunchedCompression: 0
110
- allowsAlphaSplitting: 0
111
- overridden: 0
112
- androidETC2FallbackOverride: 0
113
- forceMaximumCompressionQuality_BC6H_BC7: 0
114
- - serializedVersion: 3
115
- buildTarget: Android
116
- maxTextureSize: 2048
117
- resizeAlgorithm: 0
118
- textureFormat: -1
119
- textureCompression: 1
120
- compressionQuality: 50
121
- crunchedCompression: 0
122
- allowsAlphaSplitting: 0
123
- overridden: 0
124
- androidETC2FallbackOverride: 0
125
- forceMaximumCompressionQuality_BC6H_BC7: 0
126
- spriteSheet:
127
- serializedVersion: 2
128
- sprites: []
129
- outline: []
130
- physicsShape: []
131
- bones: []
132
- spriteID:
133
- internalID: 0
134
- vertices: []
135
- indices:
136
- edges: []
137
- weights: []
138
- secondaryTextures: []
139
- spritePackingTag:
140
- pSDRemoveMatte: 0
141
- pSDShowRemoveMatteOption: 0
142
- userData:
143
- assetBundleName:
144
- assetBundleVariant:
1
+ fileFormatVersion: 2
2
+ guid: a6d3fad998034d7459836a505fc09d9c
3
+ TextureImporter:
4
+ internalIDToNameTable: []
5
+ externalObjects: {}
6
+ serializedVersion: 12
7
+ mipmaps:
8
+ mipMapMode: 0
9
+ enableMipMap: 1
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
+ vTOnly: 0
27
+ ignoreMasterTextureLimit: 0
28
+ grayScaleToAlpha: 0
29
+ generateCubemap: 6
30
+ cubemapConvolution: 0
31
+ seamlessCubemap: 0
32
+ textureFormat: 1
33
+ maxTextureSize: 2048
34
+ textureSettings:
35
+ serializedVersion: 2
36
+ filterMode: 1
37
+ aniso: 1
38
+ mipBias: 0
39
+ wrapU: 0
40
+ wrapV: 0
41
+ wrapW: 0
42
+ nPOTScale: 1
43
+ lightmap: 0
44
+ compressionQuality: 50
45
+ spriteMode: 0
46
+ spriteExtrude: 1
47
+ spriteMeshType: 1
48
+ alignment: 0
49
+ spritePivot: {x: 0.5, y: 0.5}
50
+ spritePixelsToUnits: 100
51
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
52
+ spriteGenerateFallbackPhysicsShape: 1
53
+ alphaUsage: 1
54
+ alphaIsTransparency: 0
55
+ spriteTessellationDetail: -1
56
+ textureType: 0
57
+ textureShape: 1
58
+ singleChannelComponent: 0
59
+ flipbookRows: 1
60
+ flipbookColumns: 1
61
+ maxTextureSizeSet: 0
62
+ compressionQualitySet: 0
63
+ textureFormatSet: 0
64
+ ignorePngGamma: 0
65
+ applyGammaDecoding: 0
66
+ cookieLightType: 0
67
+ platformSettings:
68
+ - serializedVersion: 3
69
+ buildTarget: DefaultTexturePlatform
70
+ maxTextureSize: 2048
71
+ resizeAlgorithm: 0
72
+ textureFormat: -1
73
+ textureCompression: 1
74
+ compressionQuality: 50
75
+ crunchedCompression: 0
76
+ allowsAlphaSplitting: 0
77
+ overridden: 0
78
+ androidETC2FallbackOverride: 0
79
+ forceMaximumCompressionQuality_BC6H_BC7: 0
80
+ - serializedVersion: 3
81
+ buildTarget: Standalone
82
+ maxTextureSize: 2048
83
+ resizeAlgorithm: 0
84
+ textureFormat: -1
85
+ textureCompression: 1
86
+ compressionQuality: 50
87
+ crunchedCompression: 0
88
+ allowsAlphaSplitting: 0
89
+ overridden: 0
90
+ androidETC2FallbackOverride: 0
91
+ forceMaximumCompressionQuality_BC6H_BC7: 0
92
+ - serializedVersion: 3
93
+ buildTarget: iPhone
94
+ maxTextureSize: 2048
95
+ resizeAlgorithm: 0
96
+ textureFormat: -1
97
+ textureCompression: 1
98
+ compressionQuality: 50
99
+ crunchedCompression: 0
100
+ allowsAlphaSplitting: 0
101
+ overridden: 0
102
+ androidETC2FallbackOverride: 0
103
+ forceMaximumCompressionQuality_BC6H_BC7: 0
104
+ - serializedVersion: 3
105
+ buildTarget: WebGL
106
+ maxTextureSize: 2048
107
+ resizeAlgorithm: 0
108
+ textureFormat: -1
109
+ textureCompression: 1
110
+ compressionQuality: 50
111
+ crunchedCompression: 0
112
+ allowsAlphaSplitting: 0
113
+ overridden: 0
114
+ androidETC2FallbackOverride: 0
115
+ forceMaximumCompressionQuality_BC6H_BC7: 0
116
+ - serializedVersion: 3
117
+ buildTarget: Android
118
+ maxTextureSize: 2048
119
+ resizeAlgorithm: 0
120
+ textureFormat: -1
121
+ textureCompression: 1
122
+ compressionQuality: 50
123
+ crunchedCompression: 0
124
+ allowsAlphaSplitting: 0
125
+ overridden: 0
126
+ androidETC2FallbackOverride: 0
127
+ forceMaximumCompressionQuality_BC6H_BC7: 0
128
+ spriteSheet:
129
+ serializedVersion: 2
130
+ sprites: []
131
+ outline: []
132
+ physicsShape: []
133
+ bones: []
134
+ spriteID:
135
+ internalID: 0
136
+ vertices: []
137
+ indices:
138
+ edges: []
139
+ weights: []
140
+ secondaryTextures: []
141
+ nameFileIdTable: {}
142
+ spritePackingTag:
143
+ pSDRemoveMatte: 0
144
+ pSDShowRemoveMatteOption: 0
145
+ userData:
146
+ assetBundleName:
147
+ assetBundleVariant: