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
package/Runtime/ximaiti.otf
DELETED
|
Binary file
|
package/Runtime/ximaiti.otf.meta
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
fileFormatVersion: 2
|
|
2
|
-
guid: cc71c8df38c4cbc488bf89567ae58dc9
|
|
3
|
-
TrueTypeFontImporter:
|
|
4
|
-
externalObjects: {}
|
|
5
|
-
serializedVersion: 4
|
|
6
|
-
fontSize: 16
|
|
7
|
-
forceTextureCase: -2
|
|
8
|
-
characterSpacing: 0
|
|
9
|
-
characterPadding: 1
|
|
10
|
-
includeFontData: 1
|
|
11
|
-
fontNames:
|
|
12
|
-
- ZiZhiQuXiMaiTi
|
|
13
|
-
fallbackFontReferences: []
|
|
14
|
-
customCharacters:
|
|
15
|
-
fontRenderingMode: 0
|
|
16
|
-
ascentCalculationMode: 1
|
|
17
|
-
useLegacyBoundsCalculation: 0
|
|
18
|
-
shouldRoundAdvanceValue: 1
|
|
19
|
-
userData:
|
|
20
|
-
assetBundleName:
|
|
21
|
-
assetBundleVariant:
|