com.typhoon.unitysdk 1.0.89 → 1.0.91
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/CHANGELOG.md +13 -1
- package/Editor/GUIDrawer.cs +1 -1
- package/Editor/HistoryVersionWindow.cs +5 -3
- package/Editor/OppoMiniConfig.cs +7 -7
- package/Editor/PreferencesWindow.cs +1 -2
- package/Editor/PublishSettingInspector.cs +2 -2
- package/Editor/PublishWindow.cs +20 -19
- package/Editor/Styles.cs +474 -181
- package/Editor/Texture/dark/blue_active.png +0 -0
- package/Editor/Texture/dark/blue_active.png.meta +144 -0
- package/Editor/Texture/dark/blue_hover.png +0 -0
- package/Editor/Texture/dark/blue_hover.png.meta +144 -0
- package/Editor/Texture/dark/blue_normal.png +0 -0
- package/Editor/Texture/dark/blue_normal.png.meta +144 -0
- package/Editor/Texture/dark/green_active.png +0 -0
- package/Editor/Texture/dark/green_active.png.meta +144 -0
- package/Editor/Texture/dark/green_hover.png +0 -0
- package/Editor/Texture/dark/green_hover.png.meta +144 -0
- package/Editor/Texture/dark/green_normal.png +0 -0
- package/Editor/Texture/dark/green_normal.png.meta +144 -0
- package/Editor/Texture/dark/help_box.png +0 -0
- package/Editor/Texture/dark/help_box.png.meta +144 -0
- package/Editor/Texture/dark/menu_active.png +0 -0
- package/Editor/Texture/dark/menu_active.png.meta +144 -0
- package/Editor/Texture/dark/n_active.png +0 -0
- package/Editor/Texture/dark/n_active.png.meta +144 -0
- package/Editor/Texture/dark/n_hover.png +0 -0
- package/Editor/Texture/dark/n_hover.png.meta +144 -0
- package/Editor/Texture/dark/n_normal.png +0 -0
- package/Editor/Texture/dark/n_normal.png.meta +144 -0
- package/Editor/Texture/dark/red_active.png +0 -0
- package/Editor/Texture/dark/red_active.png.meta +144 -0
- package/Editor/Texture/dark/red_hover.png +0 -0
- package/Editor/Texture/dark/red_hover.png.meta +144 -0
- package/Editor/Texture/dark/red_normal.png +0 -0
- package/Editor/Texture/dark/red_normal.png.meta +144 -0
- package/Editor/Texture/dark/square_b_active.png +0 -0
- package/Editor/Texture/dark/square_b_active.png.meta +144 -0
- package/Editor/Texture/dark/square_b_hover.png +0 -0
- package/Editor/Texture/dark/square_b_hover.png.meta +144 -0
- package/Editor/Texture/dark/square_b_normal.png +0 -0
- package/Editor/Texture/dark/square_b_normal.png.meta +144 -0
- package/Editor/Texture/dark/square_g_active.png +0 -0
- package/Editor/Texture/dark/square_g_active.png.meta +144 -0
- package/Editor/Texture/dark/square_g_hover.png +0 -0
- package/Editor/Texture/dark/square_g_hover.png.meta +144 -0
- package/Editor/Texture/dark/square_g_normal.png +0 -0
- package/Editor/Texture/dark/square_g_normal.png.meta +144 -0
- package/Editor/Texture/dark/square_menu_active.png +0 -0
- package/Editor/Texture/dark/square_menu_active.png.meta +144 -0
- package/Editor/Texture/dark/square_n_active.png +0 -0
- package/Editor/Texture/dark/square_n_active.png.meta +144 -0
- package/Editor/Texture/dark/square_n_hover.png +0 -0
- package/Editor/Texture/dark/square_n_hover.png.meta +144 -0
- package/Editor/Texture/dark/square_n_normal.png +0 -0
- package/Editor/Texture/dark/square_n_normal.png.meta +144 -0
- package/Editor/Texture/dark/square_r_active.png +0 -0
- package/Editor/Texture/dark/square_r_active.png.meta +144 -0
- package/Editor/Texture/dark/square_r_hover.png +0 -0
- package/Editor/Texture/dark/square_r_hover.png.meta +144 -0
- package/Editor/Texture/dark/square_r_normal.png +0 -0
- package/Editor/Texture/dark/square_r_normal.png.meta +144 -0
- package/Editor/Texture/dark/square_y_active.png +0 -0
- package/Editor/Texture/dark/square_y_active.png.meta +144 -0
- package/Editor/Texture/dark/square_y_hover.png +0 -0
- package/Editor/Texture/dark/square_y_hover.png.meta +144 -0
- package/Editor/Texture/dark/square_y_normal.png +0 -0
- package/Editor/Texture/dark/square_y_normal.png.meta +144 -0
- package/Editor/Texture/dark/title_bar.png +0 -0
- package/Editor/Texture/dark/title_bar.png.meta +144 -0
- package/Editor/Texture/dark/yellow_active.png +0 -0
- package/Editor/Texture/dark/yellow_active.png.meta +144 -0
- package/Editor/Texture/dark/yellow_hover.png +0 -0
- package/Editor/Texture/dark/yellow_hover.png.meta +144 -0
- package/Editor/Texture/dark/yellow_normal.png +0 -0
- package/Editor/Texture/dark/yellow_normal.png.meta +144 -0
- package/Editor/{Skin.guiskin.meta → Texture/dark.meta} +3 -3
- package/Editor/Texture/icon/error.png +0 -0
- package/Editor/Texture/icon/error.png.meta +144 -0
- package/Editor/Texture/icon/info.png +0 -0
- package/Editor/Texture/icon/info.png.meta +144 -0
- package/Editor/Texture/icon/warning.png +0 -0
- package/Editor/Texture/icon/warning.png.meta +144 -0
- package/Editor/{SkinLight.guiskin.meta → Texture/icon.meta} +3 -3
- package/Editor/Texture/light/blue_active.png +0 -0
- package/Editor/Texture/light/blue_active.png.meta +144 -0
- package/Editor/Texture/light/blue_hover.png +0 -0
- package/Editor/Texture/light/blue_hover.png.meta +144 -0
- package/Editor/Texture/light/blue_normal.png +0 -0
- package/Editor/Texture/light/blue_normal.png.meta +144 -0
- package/Editor/Texture/light/green_active.png +0 -0
- package/Editor/Texture/light/green_active.png.meta +144 -0
- package/Editor/Texture/light/green_hover.png +0 -0
- package/Editor/Texture/light/green_hover.png.meta +144 -0
- package/Editor/Texture/light/green_normal.png +0 -0
- package/Editor/Texture/light/green_normal.png.meta +144 -0
- package/Editor/Texture/light/help_box.png +0 -0
- package/Editor/Texture/light/help_box.png.meta +144 -0
- package/Editor/Texture/light/menu_active.png +0 -0
- package/Editor/Texture/light/menu_active.png.meta +144 -0
- package/Editor/Texture/light/n_active.png +0 -0
- package/Editor/Texture/light/n_active.png.meta +144 -0
- package/Editor/Texture/light/n_hover.png +0 -0
- package/Editor/Texture/light/n_hover.png.meta +144 -0
- package/Editor/Texture/light/n_normal.png +0 -0
- package/Editor/Texture/light/n_normal.png.meta +144 -0
- package/Editor/Texture/light/red_active.png +0 -0
- package/Editor/Texture/light/red_active.png.meta +144 -0
- package/Editor/Texture/light/red_hover.png +0 -0
- package/Editor/Texture/light/red_hover.png.meta +144 -0
- package/Editor/Texture/light/red_normal.png +0 -0
- package/Editor/Texture/light/red_normal.png.meta +144 -0
- package/Editor/Texture/light/square_b_active.png +0 -0
- package/Editor/Texture/light/square_b_active.png.meta +144 -0
- package/Editor/Texture/light/square_b_hover.png +0 -0
- package/Editor/Texture/light/square_b_hover.png.meta +144 -0
- package/Editor/Texture/light/square_b_normal.png +0 -0
- package/Editor/Texture/light/square_b_normal.png.meta +144 -0
- package/Editor/Texture/light/square_g_active.png +0 -0
- package/Editor/Texture/light/square_g_active.png.meta +144 -0
- package/Editor/Texture/light/square_g_hover.png +0 -0
- package/Editor/Texture/light/square_g_hover.png.meta +144 -0
- package/Editor/Texture/light/square_g_normal.png +0 -0
- package/Editor/Texture/light/square_g_normal.png.meta +144 -0
- package/Editor/Texture/light/square_menu_active.png +0 -0
- package/Editor/Texture/light/square_menu_active.png.meta +144 -0
- package/Editor/Texture/light/square_n_active.png +0 -0
- package/Editor/Texture/light/square_n_active.png.meta +144 -0
- package/Editor/Texture/light/square_n_hover.png +0 -0
- package/Editor/Texture/light/square_n_hover.png.meta +144 -0
- package/Editor/Texture/light/square_n_normal.png +0 -0
- package/Editor/Texture/light/square_n_normal.png.meta +144 -0
- package/Editor/Texture/light/square_r_active.png +0 -0
- package/Editor/Texture/light/square_r_active.png.meta +144 -0
- package/Editor/Texture/light/square_r_hover.png +0 -0
- package/Editor/Texture/light/square_r_hover.png.meta +144 -0
- package/Editor/Texture/light/square_r_normal.png +0 -0
- package/Editor/Texture/light/square_r_normal.png.meta +144 -0
- package/Editor/Texture/light/square_y_active.png +0 -0
- package/Editor/Texture/light/square_y_active.png.meta +144 -0
- package/Editor/Texture/light/square_y_hover.png +0 -0
- package/Editor/Texture/light/square_y_hover.png.meta +144 -0
- package/Editor/Texture/light/square_y_normal.png +0 -0
- package/Editor/Texture/light/square_y_normal.png.meta +144 -0
- package/Editor/Texture/light/title_bar.png +0 -0
- package/Editor/Texture/light/title_bar.png.meta +144 -0
- package/Editor/Texture/light/yellow_active.png +0 -0
- package/Editor/Texture/light/yellow_active.png.meta +144 -0
- package/Editor/Texture/light/yellow_hover.png +0 -0
- package/Editor/Texture/light/yellow_hover.png.meta +144 -0
- package/Editor/Texture/light/yellow_normal.png +0 -0
- package/Editor/Texture/light/yellow_normal.png.meta +144 -0
- package/Editor/Texture/light.meta +8 -0
- package/Editor/VariablePresetWindow.cs +1 -2
- package/Editor/VivoMiniConfig.cs +7 -7
- package/package.json +1 -1
- package/Editor/Skin.guiskin +0 -1928
- package/Editor/SkinLight.guiskin +0 -1994
- package/Runtime/ximaiti.otf +0 -0
- package/Runtime/ximaiti.otf.meta +0 -21
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: af389b3e71205624ca66380c142897dd
|
|
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:
|
|
Binary file
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: f3a6b27aaa3f6f244bcf9a8971c1499e
|
|
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:
|
|
Binary file
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: ea0600517fd34134ea5a3eafb5706677
|
|
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:
|
|
@@ -30,8 +30,7 @@ namespace TyphoonUnitySDK
|
|
|
30
30
|
rectTitle.width -= 8;
|
|
31
31
|
rectTitle.x += 4;
|
|
32
32
|
rectTitle.y += 4;
|
|
33
|
-
|
|
34
|
-
GUI.Label(rectTitle, "自定义变量", Styles.BoldTitle);
|
|
33
|
+
GUI.Label(rectTitle, "自定义变量", Styles.TitleBar);
|
|
35
34
|
var rectSave = rectTitle;
|
|
36
35
|
rectSave.width = 90;
|
|
37
36
|
rectSave.x = rectTitle.xMax - rectSave.width - 4;
|
package/Editor/VivoMiniConfig.cs
CHANGED
|
@@ -61,7 +61,7 @@ namespace TyphoonUnitySDK
|
|
|
61
61
|
private static bool DrawProperty_EnableTrack(VivoMiniConfig arg)
|
|
62
62
|
{
|
|
63
63
|
GUILayout.Space(10);
|
|
64
|
-
GUILayout.Label("事件上报", Styles.
|
|
64
|
+
GUILayout.Label("事件上报", Styles.BoldLabel);
|
|
65
65
|
GUILayout.BeginHorizontal();
|
|
66
66
|
GUILayout.Label("开启事件上报", GUILayout.Width(146));
|
|
67
67
|
GUIDrawer.DrawPopUpToggle(arg.EnableTrack, (v) => arg.EnableTrack = v);
|
|
@@ -93,7 +93,7 @@ namespace TyphoonUnitySDK
|
|
|
93
93
|
private static bool DrawProperty_PrivacyPolicy(VivoMiniConfig arg)
|
|
94
94
|
{
|
|
95
95
|
GUILayout.Space(10);
|
|
96
|
-
GUILayout.Label("隐私政策", Styles.
|
|
96
|
+
GUILayout.Label("隐私政策", Styles.BoldLabel);
|
|
97
97
|
GUILayout.BeginHorizontal();
|
|
98
98
|
GUILayout.Label("文案", GUILayout.Width(146));
|
|
99
99
|
arg.PrivacyPolicyFile =
|
|
@@ -205,7 +205,7 @@ namespace TyphoonUnitySDK
|
|
|
205
205
|
private static bool DrawProperty_BannerEnable(VivoMiniConfig arg)
|
|
206
206
|
{
|
|
207
207
|
GUILayout.Space(10);
|
|
208
|
-
GUILayout.Label("广告参数", Styles.
|
|
208
|
+
GUILayout.Label("广告参数", Styles.BoldLabel);
|
|
209
209
|
GUILayout.BeginHorizontal();
|
|
210
210
|
GUILayout.Label("Banner开关", GUILayout.Width(146));
|
|
211
211
|
GUIDrawer.DrawPopUpToggle(arg.BannerEnable, (v) => arg.BannerEnable = v);
|
|
@@ -236,7 +236,7 @@ namespace TyphoonUnitySDK
|
|
|
236
236
|
btnNewRect.height -= 4;
|
|
237
237
|
btnNewRect.center = center;
|
|
238
238
|
btnNewRect.x = last.xMax - btnNewRect.width - 2;
|
|
239
|
-
if (GUI.Button(btnNewRect, "创建签名", Styles.
|
|
239
|
+
if (GUI.Button(btnNewRect, "创建签名", Styles.Square.Btn))
|
|
240
240
|
{
|
|
241
241
|
//创建openssl 签名
|
|
242
242
|
UniEditor.CreateOpensslKeystore();
|
|
@@ -249,7 +249,7 @@ namespace TyphoonUnitySDK
|
|
|
249
249
|
{
|
|
250
250
|
GUILayout.Space(10);
|
|
251
251
|
|
|
252
|
-
GUILayout.Label("签名", Styles.
|
|
252
|
+
GUILayout.Label("签名", Styles.BoldLabel);
|
|
253
253
|
GUILayout.BeginHorizontal();
|
|
254
254
|
arg.PrivatePem = EditorGUILayout.TextField("private.pem", arg.PrivatePem);
|
|
255
255
|
if (GUILayout.Button("选择", GUILayout.Width(60)))
|
|
@@ -276,7 +276,7 @@ namespace TyphoonUnitySDK
|
|
|
276
276
|
rectBtn.y += 2;
|
|
277
277
|
rectBtn.x = last.xMax - rectBtn.width;
|
|
278
278
|
rectBtn.x -= 2;
|
|
279
|
-
if (GUI.Button(rectBtn, "自动版本号", Styles.
|
|
279
|
+
if (GUI.Button(rectBtn, "自动版本号", Styles.Square.BtnBlue))
|
|
280
280
|
{
|
|
281
281
|
arg.VersionCode += 1;
|
|
282
282
|
try
|
|
@@ -312,7 +312,7 @@ namespace TyphoonUnitySDK
|
|
|
312
312
|
private static bool DrawProperty_VersionName(VivoMiniConfig arg)
|
|
313
313
|
{
|
|
314
314
|
GUILayout.Space(10);
|
|
315
|
-
GUILayout.Label("版本信息", Styles.
|
|
315
|
+
GUILayout.Label("版本信息", Styles.BoldLabel);
|
|
316
316
|
arg.VersionName = EditorGUILayout.TextField("版本名", arg.VersionName);
|
|
317
317
|
return true;
|
|
318
318
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.
|
|
1
|
+
{"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.91","description":"","unity":"2018.1","type":"tool","hideInEditor":false,"author":{"name":"Jan Zhang","email":"","url":""},"changelogUrl":"","documentationUrl":"","keywords":["typhoon"],"license":"","licensesUrl":"","customDependencies":[{"PackageName":"com.unity.nuget.newtonsoft-json","Value":"2.0.0"}],"version_log":"## [1.0.91] - 2024-01-13\r\n\r\n### 修复\n* 样式出错问题\r\n\r\n","major_flag":false,"write_time_stamp":1705078412000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
|