com.typhoon.unitysdk 1.1.19 → 1.1.21

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.1.19] - 2025-09-12
2
+ ## [1.1.21] - 2025-10-25
3
3
 
4
4
  ### 新增
5
+ * 调整发布名称
6
+
7
+
8
+ ## [1.1.20] - 2025-10-25
9
+
10
+ ### 新增
11
+ * 更新google play sdk
12
+
13
+
14
+ ## [1.1.19] - 2025-09-12
15
+
16
+ ### 新增
5
17
  * 适配api
6
18
 
7
19
 
@@ -386,10 +386,11 @@ namespace TyphoonUnitySDK
386
386
  {
387
387
  case 48:
388
388
  UniEditor.ShowMessageBox("该引擎版本不支持 Open Harmony ,请使用团结引擎", null);
389
- break;
389
+ return true;
390
390
  }
391
391
 
392
- throw new Exception($"未处理的类型:{buildTarget}");
392
+ Debug.Log($"未处理的类型:{buildTarget}");
393
+ break;
393
394
  }
394
395
  }
395
396
  }
@@ -87,7 +87,7 @@ namespace TyphoonUnitySDK
87
87
  var manifest = new List<string>()
88
88
  {
89
89
  "Assets/Typhoon_Gen/TyphoonSDK/Runtime/GooglePlay",
90
- "Assets/Plugins/Android/libs/lib-union-sdk.aar",
90
+ "Assets/Plugins/Android/libs/union-sdk.aar",
91
91
  "Assets/Plugins/Android/AndroidManifest.xml",
92
92
  };
93
93
  if (!MakeSureExport(manifest))
@@ -48,6 +48,8 @@ namespace TyphoonUnitySDK
48
48
  GUILayout.Space(6);
49
49
  GUIDrawer.DrawKeynotes("①需要 Tuanjie 1.6.x 或以上");
50
50
  GUIDrawer.DrawKeynotes("②剔除第三方SDK,避免与渠道冲突或不兼容");
51
+ GUIDrawer.DrawKeynotes("③需勾选 file -> build settings -> open harmony -> export project");
52
+ GUIDrawer.DrawKeynotes(" 'export project type' 选择 'Use As A Library'");
51
53
  GUILayout.Space(6);
52
54
  GUI.enabled = tmpEnable;
53
55
  return true;
@@ -64,6 +66,7 @@ namespace TyphoonUnitySDK
64
66
  {
65
67
  return match.Invoke(config);
66
68
  }
69
+
67
70
  return false;
68
71
  });
69
72
  }
@@ -112,7 +115,7 @@ namespace TyphoonUnitySDK
112
115
 
113
116
  [Header("横竖屏模式")]
114
117
  public ScreenOrientation Orientation = ScreenOrientation.Portrait;
115
-
118
+
116
119
 
117
120
  public void Save()
118
121
  {
@@ -4,5 +4,5 @@ Assets/Typhoon_Gen/TyphoonSDK/Runtime/GooglePlay/GooglePlaySdk.cs
4
4
  Assets/Typhoon_Gen/TyphoonSDK/Runtime/GooglePlay/GooglePlaySdk.cs.meta
5
5
  Assets/Typhoon_Gen/TyphoonSDK/Runtime/GooglePlay/Editor/PublishGooglePlay.cs
6
6
  Assets/Typhoon_Gen/TyphoonSDK/Runtime/GooglePlay/Editor/PublishGooglePlay.cs.meta
7
- Assets/Plugins/Android/libs/lib-union-sdk.aar
7
+ Assets/Plugins/Android/libs/union-sdk.aar
8
8
  Assets/Plugins/Android/AndroidManifest.xml
@@ -6,8 +6,11 @@ Assets/Typhoon_Gen/TyphoonSDK/Runtime/HuaweiHarmony/HuaweiHarmonySdk.cs
6
6
  Assets/Typhoon_Gen/TyphoonSDK/Runtime/HuaweiHarmony/HuaweiHarmonySdk.cs.meta
7
7
  Assets/Typhoon_Gen/TyphoonSDK/Runtime/HuaweiHarmony/Editor/PublishHuaweiHarmony.cs
8
8
  Assets/Typhoon_Gen/TyphoonSDK/Runtime/HuaweiHarmony/Editor/PublishHuaweiHarmony.cs.meta
9
+ Assets/Typhoon_Gen/TyphoonSDK/Runtime/HuaweiHarmony/Editor/TuanjiePlayerAbility.template
10
+ Assets/Typhoon_Gen/TyphoonSDK/Runtime/HuaweiHarmony/Editor/TuanjiePlayerAbility.template.meta
9
11
  Assets/Plugins/OpenHarmony
10
12
  Assets/Plugins/OpenHarmony/HarmonyBridge.etslib
11
13
  Assets/Plugins/OpenHarmony/HarmonyBridge.etslib.meta
12
- Assets/Plugins/OpenHarmony/TuanjiePlayerAbility.ets
13
- Assets/Plugins/OpenHarmony/TuanjiePlayerAbility.ets.meta
14
+ Assets/Plugins/OpenHarmony/libs.meta
15
+ Assets/Plugins/OpenHarmony/libs/bee_union_sdk.har
16
+ Assets/Plugins/OpenHarmony/libs/bee_union_sdk.har.meta
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.1.19","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.19] - 2025-09-12\r\n\r\n### 新增\n* 适配api\r\n\r\n","major_flag":false,"write_time_stamp":1757663664000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
1
+ {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.1.21","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.21] - 2025-10-25\r\n\r\n### 新增\n* 调整发布名称\r\n\r\n","major_flag":false,"write_time_stamp":1761379267000,"others":{"items":[]},"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}