com.typhoon.unitysdk 1.0.79 → 1.0.81

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
@@ -1,7 +1,19 @@
1
1
  # 更新日志
2
- ## [1.0.79] - 2024-01-02
2
+ ## [1.0.81] - 2024-01-03
3
3
 
4
4
  ### 新增
5
+ * 延长抖音插页广告加载失败时下一次加载时间间隔
6
+
7
+
8
+ ## [1.0.80] - 2024-01-02
9
+
10
+ ### 修复
11
+ * 修复侧边栏素材初次生成时路径丢失问题
12
+
13
+
14
+ ## [1.0.79] - 2024-01-02
15
+
16
+ ### 新增
5
17
  * 新增侧边栏UI素材生成工具,入口:TyphoonSDK/工具箱/抖音侧边栏UI素材生成器
6
18
 
7
19
 
@@ -45,8 +45,7 @@ namespace TyphoonUnitySDK
45
45
  var step1Output =
46
46
  $"Assets/Typhoon_Gen/TyphoonSDK/_Temp/sidebar_step_1.png";
47
47
 
48
- File.Copy(step1, step1Output, true);
49
- Debug.Log($"生成完毕:{step1Output}");
48
+
50
49
  var bg = $"{UniEditor.PathRoot}/Editor/Texture/sidebar_2.png";
51
50
  var icon = AssetDatabase.GetAssetPath(_icon);
52
51
  var output =
@@ -58,6 +57,9 @@ namespace TyphoonUnitySDK
58
57
  AssetDatabase.Refresh();
59
58
  }
60
59
 
60
+ File.Copy(step1, step1Output, true);
61
+ Debug.Log($"生成完毕:{step1Output}");
62
+
61
63
  var fullPath = Path.GetFullPath(output);
62
64
  fullPath = fullPath.Replace("\\", "/");
63
65
  Generate(fullPath, bg, icon);
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.79","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.79] - 2024-01-02\r\n\r\n### 新增\n* 新增侧边栏UI素材生成工具,入口:TyphoonSDK/工具箱/抖音侧边栏UI素材生成器\r\n\r\n","major_flag":false,"write_time_stamp":1704129825000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
1
+ {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.81","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.81] - 2024-01-03\r\n\r\n### 新增\n* 延长抖音插页广告加载失败时下一次加载时间间隔\r\n\r\n","major_flag":false,"write_time_stamp":1704289079000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}