com.typhoon.unitysdk 1.1.17 → 1.1.18

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.17] - 2025-08-13
2
+ ## [1.1.18] - 2025-08-15
3
3
 
4
4
  ### 新增
5
+ * PublishResult 新增微游生成的项目路径
6
+
7
+
8
+ ## [1.1.17] - 2025-08-13
9
+
10
+ ### 新增
5
11
  * 拆分出AATool
6
12
 
7
13
 
@@ -52,5 +52,10 @@ namespace TyphoonUnitySDK
52
52
  /// Oppo生成的rpk路径
53
53
  /// </summary>
54
54
  public string OppoMiniRpkPath;
55
+
56
+ /// <summary>
57
+ /// 微游发布生成的项目路径
58
+ /// </summary>
59
+ public string MiniGameProj { get; set; }
55
60
  }
56
61
  }
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.1.17","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.17] - 2025-08-13\r\n\r\n### 新增\n* 拆分出AATool\r\n\r\n","major_flag":false,"write_time_stamp":1755068529000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
1
+ {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.1.18","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.18] - 2025-08-15\r\n\r\n### 新增\n* PublishResult 新增微游生成的项目路径\r\n\r\n","major_flag":false,"write_time_stamp":1755256941000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}