com.typhoon.unitysdk 1.1.6 → 1.1.7

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,13 @@
1
1
  # 更新日志
2
- ## [1.1.6] - 2025-08-05
2
+ ## [1.1.7] - 2025-08-05
3
3
 
4
4
  ### 修复
5
+ * 修复paycallback.cs创建bug
6
+
7
+
8
+ ## [1.1.6] - 2025-08-05
9
+
10
+ ### 修复
5
11
  * 应用时OnPayCallBack创建报错问题
6
12
 
7
13
 
@@ -15,6 +15,7 @@ namespace TyphoonUnitySDK
15
15
  var path = "Assets/Typhoon_Gen/TyphoonSDK/OnPayCallback.cs";
16
16
  if (!File.Exists(path))
17
17
  {
18
+ UniEditor.CreateDirIfNotExist(Path.GetDirectoryName(path));
18
19
  File.Copy(TEMPLATE_PAY_CALL_BACK_FILE, path, true);
19
20
  Debug.Log($"生成 {path}");
20
21
  AssetDatabase.Refresh();
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.1.6","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.1.6] - 2025-08-05\r\n\r\n### 修复\n* 应用时OnPayCallBack创建报错问题\r\n\r\n","major_flag":false,"write_time_stamp":1754365334000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
1
+ {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.1.7","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.1.7] - 2025-08-05\r\n\r\n### 修复\n* 修复paycallback.cs创建bug\r\n\r\n","major_flag":false,"write_time_stamp":1754367921000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}