com.typhoon.unitysdk 1.0.92 → 1.0.93
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
CHANGED
package/Editor/PublishWindow.cs
CHANGED
|
@@ -192,7 +192,7 @@ namespace TyphoonUnitySDK
|
|
|
192
192
|
|
|
193
193
|
GUILayout.Space(1);
|
|
194
194
|
if (GUILayout.Button(new GUIContent(EditorIcons.icon_refresh, "刷新"), Styles.Square.Btn,
|
|
195
|
-
GUILayout.Width(
|
|
195
|
+
GUILayout.Width(32), GUILayout.Height(20)))
|
|
196
196
|
{
|
|
197
197
|
ReloadSettings();
|
|
198
198
|
Repaint();
|
|
Binary file
|
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.93","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.93] - 2024-01-23\r\n\r\n### 修复\n* 抖音快捷发布GUIbug\r\n\r\n","major_flag":false,"write_time_stamp":1706020228000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
|